• Stars
    star
    262
  • Rank 156,136 (Top 4 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simulated cryptocurrency trading system

bitimulate

Bitimulate is closed; the service is not available anymore.

About

Bitimulate is compound word of Bitcoin and Simulate. This service provides a simulated cryptocurrency trading system. Data used in this service rely on realtime information at Poloniex.

Currently, Korean is the only supported language in this service. English, and other languages might be implemented later on...

Stack

Everything in this project is in JavaScript.

Frontend

Server

  • Node.js
  • Koa
  • MongoDB (mongoose)
  • Redis
  • Websocket

AWS

  • EC2
  • S3
  • Cloudfront
  • ElasticLoadbalancer

Running on your Machine

These instructions will get you a copy of the project up and running on your local machine for development or testing purposes.

Prerequisites

  • Node.js v8^
  • yarn
  • MongoDB
  • Redis

Installation

Clone this project from the github repository.

$ git clone https://github.com/velopert/bitimulate

Install packages in both backend and frontend directory using following command:

$ yarn

Rename .env.bak file

You have to rename .env.bak file to .env in bitimulate-backend directory. This file contains environment variable for the server.

Uncomment the registerInitialExchangeRate line @ crawler

Open the crawler file and uncomment following code:

  await registerInitialExchangeRate();

This function crawls exchangerate data from poloniex and creates document for each currency.

Running Backend Development Server

To run the development server, execute following command inside bitimulate-backend directory:

$ yarn dev

Then, make sure you comment the await registerInitialExchangeRate(); again. I know this procedure is bit inefficient. I will come up with better solution later on :)

Running Frontend Webpack Development Server

To run the webpack-dev-server for frontend, execute following command inside bitimulate-frontend directory:

$ yarn start

Questions

Feel free to submit new issue when you have questions or find some bugs.

More Repositories

1

velog

JavaScript
754
star
2

velog-client

TypeScript
679
star
3

learning-react

[๊ธธ๋ฒ—] ๋ฆฌ์•กํŠธ๋ฅผ ๋‹ค๋ฃจ๋Š” ๊ธฐ์ˆ  ์„œ์ ์—์„œ ์‚ฌ์šฉ๋˜๋Š” ์ฝ”๋“œ
JavaScript
570
star
4

velog-server

TypeScript
362
star
5

react-tutorial

๋ฒจ๋กœํผํŠธ์™€ ํ•จ๊ป˜ํ•˜๋Š” ๋ชจ๋˜ ๋ฆฌ์•กํŠธ ํŠœํ† ๋ฆฌ์–ผ ๋ฌธ์„œ
JavaScript
348
star
6

velofolio

velofolio is yet another U.S. Stock backtest simulator tool. You can easily share your backtest or explore other's backtest within service. This service is currently in beta stage.
TypeScript
330
star
7

sangte

Sangte is a fancy React state management library.
TypeScript
199
star
8

gin-rest-api-sample

Golang REST API sample with MariaDB integration using Gin and GORM
Go
189
star
9

ts-react-redux-tutorial

ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ๋ฅผ + ๋ฆฌ๋•์Šค๋ฅผ ํ”„๋กœ์ฒ˜๋Ÿผ ์‚ฌ์šฉํ•ด๋ด…์‹œ๋‹ค!
TypeScript
127
star
10

veltrends

Veltrends is a website website where users can explore trending tech news.
TypeScript
112
star
11

redux-pender

redux middleware that helps to manages async actions based on promise
JavaScript
101
star
12

whotalk.us

Chat based SNS implemented using React.js on frontend-side and Node.js on backend-side - https://whotalk.us/
JavaScript
91
star
13

dealing-with-react-native

๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ๋ฅผ ๋‹ค๋ฃจ๋Š” ๊ธฐ์ˆ 
Java
88
star
14

learnjs

๋ฒจ๋กœํผํŠธ์™€ ํ•จ๊ป˜ํ•˜๋Š” ๋ชจ๋˜ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ
JavaScript
85
star
15

learn-react-testing

๋ฒจ๋กœํผํŠธ์™€ ํ•จ๊ป˜ํ•˜๋Š” ๋ฆฌ์•กํŠธ ํ…Œ์ŠคํŒ…
JavaScript
70
star
16

nodejs-jwt-example

sample implementation of an authentication system that uses JSON Web Token to manage users' login data in Node.js web server.
JavaScript
69
star
17

react-codelab-project

Single-page infinite-scrolling public memo app implemented using React.js, Redux, Express.js and MongoDB
JavaScript
58
star
18

react-webpack2-skeleton

Get started with React with Webpack2, React-Router, Redux, Code Splitting and Server Rendering
JavaScript
57
star
19

storybook-tutorial-code

Source code for storybook-tutorial
TypeScript
53
star
20

react-skeleton-2018

๋ฆฌ์•กํŠธ ํ”„๋กœ์ ํŠธ ์„ค์ •์„ 0๋ถ€ํ„ฐ ํ•ด๋ณด์ž.
JavaScript
50
star
21

react-tutorials

Sample projects from https://velopert.com/ (KOREAN)
JavaScript
43
star
22

develoxy

๊ฐœ๋ฐœ์ž๋“ค์˜ ๊ธ€์“ฐ๊ธฐ ํ”Œ๋žซํผ, develoxy
JavaScript
37
star
23

velo-ui

TypeScript
31
star
24

saysomething

Realtime Chat Application using long polling technique; implemented using Express.js, MongoDB and React.js
JavaScript
30
star
25

nodejs-github-webhook

Github Webhook server built with Node.js
JavaScript
29
star
26

react-codelab-fundamentals

Initial project used in React Codelab
JavaScript
29
star
27

typescript-react-sample

Sample project that uses Typescript, React, Redux, Immutable.js
TypeScript
24
star
28

mongoose_tutorial

RESTful API using MongoDB & Mongoose & Express
JavaScript
18
star
29

do-chat

Sample React ChatApp project that uses redux-pender
JavaScript
15
star
30

react-express-hmr-example

An example project of using React.js on Express.js server together with webpack-dev-server that has Hot Module Replacement enabled using react-hot-loader.
JavaScript
13
star
31

mooyaho-meet

Google Meet Clone implemented with Mooyaho
JavaScript
12
star
32

express-tutorial

express tutorial - covering ejs, resful api and session
JavaScript
12
star
33

react-ajax-tutorial

Ajax example in React
CSS
12
star
34

ArticlesApp

Sample App in ๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ๋ฅผ ๋‹ค๋ฃจ๋Š” ๊ธฐ์ˆ 
TypeScript
11
star
35

articles-server

๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ๋ฅผ ๋‹ค๋ฃจ๋Š” ๊ธฐ์ˆ ์˜ 15์žฅ React-Query์—์„œ ์‚ฌ์šฉํ•  Strapi๋กœ ๋งŒ๋“  ์ƒ˜ํ”Œ ๊ฒŒ์‹œ๊ธ€ ์„œ๋ฒ„
JavaScript
11
star
36

figma-icons-library-automation

JavaScript
9
star
37

gulp-es6-webpack

Use gulp to automatize ES6 transpilation in both client-side and server-side. (Express.js, babel, webpack, browser-sync, nodemon)
JavaScript
8
star
38

react-skeleton

React workspace that you can simply start coding right away
JavaScript
8
star
39

react-ssr-and-splitting

JavaScript
7
star
40

react-router-4-demo

Example project of using Pre-release version of React-Router v4. [Outdated]
JavaScript
7
star
41

learning-nodejs

JavaScript
6
star
42

react-query-ssr-react-router-sample

Sample Server Side Rendering project that uses React Router and React Query
JavaScript
6
star
43

typescript-nodejs-boilerplate

TypeScript / Node.js boilerplate with TSLint, Prettier enabled
JavaScript
6
star
44

velogthumb

On demand image resizing using Serverless / TypeScript
TypeScript
6
star
45

PublicGallery

JavaScript
5
star
46

react-codelab-memopad

JavaScript
4
star
47

react-memo-app

REST API ๊ธฐ๋ฐ˜ ๋ฆฌ์•กํŠธ ๋ฉ”๋ชจ ์•ฑ (๊ฐ•์˜์šฉ ํ”„๋กœ์ ํŠธ)
JavaScript
4
star
48

fc-seminar-react-todo

ํŒจ์ŠคํŠธ์บ ํผ์Šค ์ข‹์•˜์„๊ฑธ ์„ธ๋ฏธ๋‚˜ ๋ฆฌ์•กํŠธ ์ž…๋ฌธ ์„ธ์…˜์—์„œ ์‚ฌ์šฉ๋œ ํ”„๋กœ์ ํŠธ
JavaScript
3
star
49

react-remote-counter

An example project of using redux and express.js to demonstrate a simple counter that uses AJAX.
JavaScript
3
star
50

react-ssr-sample

React SSR Sample using redux, redux-thunk, react-router v4
JavaScript
3
star
51

DayLog

JavaScript
3
star
52

figma-svg-export-automation-sample

(WIP) Sample project that exports svg using Figma API
JavaScript
3
star
53

react-express-hot

React project generated using create-react-app; using with Express sever; react-hot-loader applied
JavaScript
1
star
54

react-sass-root-example

react-sass-root-example
JavaScript
1
star
55

react-router-tutorial

https://velopert.com/2937
JavaScript
1
star
56

react-contact-project

JavaScript
1
star
57

react-async-example

JavaScript
1
star
58

react-todo-list

CSS Module + Sass ๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ ์Šคํƒ€์ผ๋ง๋œ ๋ฆฌ์•กํŠธ ์ปดํฌ๋„ŒํŠธ๋กœ ์ด๋ค„์ง„ ์ผ์ •๊ด€๋ฆฌ ์˜ˆ์ œ ์–ดํ”Œ๋ฆฌ์ผ€์ด์…˜์ž…๋‹ˆ๋‹ค
JavaScript
1
star