https://fitness-den6.onrender.com/
- Ensure you have Node.js installed.
- Create a free Mongo Atlas database online or start a local MongoDB database.
- Create a
server/.env
file with aMONGO_URL
property set to your MongoDB connection string. - In the terminal, run:
npm install
- In the terminal, run:
npm start
ornode server.js
ornodemon server.js
- Browse to frontend at localhost:3000.