Skip to content

rezcode/food-recipe-expressJS

Repository files navigation


Logo

Mama Recipe

Mama Recipe RESTful APIs using Express.

About The Project

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.

Built With

This app was built with some technologies below:

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Requirements

Installation

  • 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=

REST API

You can view my Postman collection here

Postman-documentation

Related Project

🚀 Backend Mama Recipe

🚀 Frontend Mama Recipe

Contact

My Email : rezharians@gmail.com

License

Distributed under the MIT License.

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors