If you are constantly buying the same ingreadients you have at home and you can't keep track of your stocks - myfoodpantry
To run the project locally, you need to have MongoDB Installed.
To run web:
- Rename
sample.envto.envin /web directory - Fill in the missing values to the env variables (Feel free to use the values of the comments on the side)
- Navigate to
/weband runnpm install && npm run devto install modules and run the front end
To run server:
- Rename
sample.envto.envin /server directory - Fill in the missing values to the env variables (Feel free to use the values of the comments on the side)
- Navigate to
/serverand runnpm install && npm run devto install modules and run the front end
