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.env
to.env
in /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
/web
and runnpm install && npm run dev
to install modules and run the front end
To run server:
- Rename
sample.env
to.env
in /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
/server
and runnpm install && npm run dev
to install modules and run the front end