Mama Recipe Restful API is a service food recipe for multiple food categories and provide all the ingredients with video steps managed by owner recipe.
This app was built with some technologies below:
This is an example of how to list things you need to use the software and how to install them.
- Clone the Repo
git clone https://github.com/rezcode/food-recipe-expressJS.git
- Install Module
npm install
- Create new database named `mama_recipes`
- Restore database file in `database/db` using pgadmin4
- <a href="#setup-env-example">Setup .env</a>
- Type ` npm run dev` To Start Development
- Type ` npm run start` To Start Production
### Setup .env example
Create .env file in your root project folder.
```env
DB_USERNAME=
DB_HOST=
DB_NAME=
DB_PASS=
DB_PORT=
SECRET_KEY=
ENV_MODE=
DB_URI=
CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=
You can view my Postman collection here
My Email : rezharians@gmail.com
Distributed under the MIT License.
