Table of Contents
An all round app to know about what you eat, nutriitonal values of your food, what you should and How to manage the Diet. A Fast and Awesome API in action and BMI Calculator and much more stuffs to linger upon.
Project For Avishkar 2021.
-
Clone this GitHub repository - NirAmaya
-
Install all dependent npm packages
npm install --save
-
Create a MongoDB database
-
If running locally update the DATABASE with your connection string in a .env file in the main Calorie-Heist folder. An example of the .env file ->
DATABASE = mongodb://localhost:27017/**** PORT = 8000 SECRET = *****
-
if running on a server or hosting platform add the DATABASE with connection string to the environment variables.
-
If needed seed the MongoDB database by running npm run seed.
-
Turn on the mongod,mongo commands in the command prompt and use RoBo3T to access the Datatbase.
Thank You!