Mealy is an app that provides incredible recipes for every occasion. Users can log in and found thousands of recipes for breakfast, lunch, snacks etc.
Watch the application alive at: https://mealy-fjc.web.app/
Just hit login and then login with dummy data and you're in :)
This repo, contains the backend application. If you wan to see our frontend application, please refer to: https://github.com/meal-ly/mealy-frontend. There you will finde more info about the project like designs, project management and some more fun stuff :)
See package.json
for the complete list. Below are is a list of primary libraries used to support this application
- Express
- MongoDB
- Hapi: Joi & Boom
Follow this instructions to run this project on your local machine.
To run this project all you need to have installed is node.js. It was created using this version:
$ node --version
v12.8.1
git clone https://github.com/meal-ly/mealy-backend.git # Clone the repository.
cd mealy-backend # Navigate into the folder
npm install # Install dependendices
npm run dev # Start the local development server
Then open http://localhost:3001
now # Deploy dist folder to prod server