MealZeit is available at: https://aqueous-glyph-283119.df.r.appspot.com/
Project for 'Software Engineering for Business Applications - Master's Course: Web Application Engineering' at Technical University of Munich (TUM)
Mealzeit is a platform to help connect like-minded people who share a similar love for food to organize an event, publish recipes and make meal prep more enjoyable with the help and support of the food loving community.
-
Backend: Node.js, MongoDB: To run locally, within backend folder:
- cd backend
- npm install (install dependencies)
- npm start (serve backend) Backend is also hosted on Heroku at: https://mealzeit.herokuapp.com/users/
-
Frontend: React.js To run locally, within frontend folder:
- cd frontend
- npm install (install dependencies)
- npm start (serve frontend) Frontend is also hosted on GoogleCloud platform at: https://aqueous-glyph-283119.df.r.appspot.com/
-
Recipe API: Node.js, MongoDB: To run locally, within recipe api folder:
- cd recipe\ api/
- npm install (install dependencies)
- npm start (serve recipe api) Recipe API is also hosted on heroku at: https://mealzeit-recipe-api.herokuapp.com/recipes