A cryptocurrency app built with React, MongoDB, and Node.js
- Clone repo to local machine
- Run
yarn install
in both root and /client folder - Add a env file to the root folder
touch .env
- Add keys and DB url to .env file
- Create a local Mongo database called
crypto-project
- Start
mongo
andmongod
locally - Start the dev and express server concurrently with
yarn start