CoinScope is a full-stack crypto prediction app with an Express/MongoDB backend and a React frontend.
backend/: Node.js and Express APIcoinscope/: React application
cd backend
npm install
npm run devcd coinscope
npm install
npm startnpm start: runsapp.jsnpm run dev: runsapp.jswithnodemon
npm start: starts the React development servernpm test: runs the test suitenpm run build: creates a production build
- The frontend was created with Create React App.
- Make sure the backend is running before using features that depend on the API.