Skip to content

hrivks/Crypto-lator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$crypto-lator

Cryptocurrency trading simulator

⚡ View Online :zap:


  • Start with 💲20,000
  • Invest in cryptocurrency 
  • View your profits and get a feel of what it's really like
  • It's all virutal. No real money!

Installation

  • Ensure you have NodeJs runtime installed https://nodejs.org/en/download/
  • Ensure you have MongoDb installed https://www.mongodb.com/download-center
  • Open an terminal and Start the mongo Db server:
    mongod
  • Open another terminal and navigate to the root of the project folder and Install Node Server dependencies
    npm install
  • Navigate to client folder and Install Angular dependencies
cd client
npm install
ng build -e=prod
  • Jump back to the root folder and Start the node server
cd ..
node server.js 

License : MIT

About

Cryptocurrency trading simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published