Skip to content

rbrown29/node-fitness

Repository files navigation

Node Fitness

gym

Live Demo

https://fitness-den6.onrender.com/

Languages Used

  • HTML
  • CSS
  • JAVASCRIPT
  • JQUERY

Tecnologies Used

  • Express
  • Node
  • Mongo DB
  • EJS
  • Mongoose

Getting Started

  1. Ensure you have Node.js installed.
  2. Create a free Mongo Atlas database online or start a local MongoDB database.
  3. Create a server/.env file with a MONGO_URL property set to your MongoDB connection string.
  4. In the terminal, run: npm install

Running the Project

  1. In the terminal, run: npm start or node server.js or nodemon server.js
  2. Browse to frontend at localhost:3000.