Backend for Food Recipe built with Express and Postgres.
Food Recipe Back-End is an API that can collect recipes from top chefs around the world.
- CRUD Recipes and Users
- Authentication and Authorization
- Validation
Food Recipe Back-End uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- PostgreSQL - the powerfull database
And of course Food Recipe Back-End itself is open source with a public repository on GitHub and also You can try this backend deploy.
Postman Documentation
Deploy Frontend
Frontend Repository
Mobile Apps Repository
Release APK
Food Recipe Back-End requires Node.js v10+ to run.
cd food-recipe-be
npm i
nodemon app