A cryptocurrency app built with React, MongoDB, and Node.js
- Clone repo to local machine
- Run
yarn installin 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
mongoandmongodlocally - Start the dev and express server concurrently with
yarn start