Skip to content

getlost01/meal-planner-API

Repository files navigation

Meal Planner


The meal planner is a simple diet and calories management web app, this helps users to find a specific amount of calories in daily meals that should intake by the user to maintain their required calories per day.
This is the assignment given by evolv fit - (detail of task updated here when assignment submission period completed).
Visit my app here


🔧 Tools Used

  • NodeJS
  • Mongoose
  • Javascript / CSS / HTML

🔎 Preview


✌️ Contributing

Great!, after cloning & setting up the local project you can push the changes to your github fork and make a pull request.

Step 1: Clone The Repo

Fork the repository and then clone the repo locally by -

git clone https://github.com/getlost01/meal-planner-API.git

Step 2: Install Dependencies

jump into the directory

cd meal-planner-API

install all the dependencies

npm install

Step 3: Start Development Server

before starting the development Server
create .env file and add mongoDB url

MONGO_CONNECTION_URL= mongodb+srv://${ username }:${ password }@cluster0.auyyt.mongodb.net/MealPlanner?retryWrites=true&w=majority

start the local server by

npm start

or start the local server on nodemon by

npm test

After running the development server the site should be running on https://localhost:3003


Give the project a ⭐ if you liked it.
Made with ❤️ and nodeJS.