- Start the mongoDB service on your local machine. Link
- Run
npm install
andnpm run start
from the root of backend project to install the deps and start the backend on port 8000 (default). - Clone the frontend from here: https://github.com/it5prasoon/coin-market-app-frontend
- Run
npm install
andnpm run start
from the root of frontend project to install the deps and start the frontend on port 3000 (default). - Get the output on: http://localhost:3000
"cors": "^2.8.5",
"express": "^4.18.2",
"mongoose": "^7.3.1",
"socket.io": "^4.7.0",
"ws": "^8.13.0"