pitlimitCode / Bitri_Recipe_Web

Home Page:https://bitrirecipeweb-production.up.railway.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Bitri Recipe Backend

Create a Node.js app for building Bitri Recipe RESTful APIs using Express.
Explore the docs Β»

View Web Service Β· Report Bug Β· Request Feature

Table of Contents

Table of Contents
  1. About The Project
  2. Getting Started
  3. REST API
  4. Contributing
  5. Related Project
  6. Contact

About The Project

Create a Node.js app for building Bitri Recipe RESTful APIs using Express.

Built With

This app was built with some technologies below:

(back to top)

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 -b FrontEnd+ https://github.com/pitlimitCode/Bitri_Recipe_Web.git
  • Go To Folder Repo
cd Bitri_Recipe_Web
  • Install Module
npm install
  • Make a new database
  • Setup .env
  • Type npm run dev To Start Development
  • Type npm run start To Start Production

(back to top)

Setup .env example

Create .env file in your root project folder.

# local postgresql
DB_HOST=
DB_NAME="YOUR_POSTGRES_NAME_SET"
DB_PORT=
DB_USER="YOUR_POSTGRES_USERNAME_SET"
DB_PASS=

# jwt
JWT_ALG=
JWT_KEY=

# cloudinary
CLOUD_NAME=
CLOUD_KEY=
CLOUD_SECRET=

(back to top)

REST API

You can view/join my Postman collection here:

Run in Postman

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourNewBranchName)
  3. Commit your Changes (git commit -m 'Add some YourNewBranchName')
  4. Push to the Branch (git push origin feature/YourNewBranchName)
  5. Open a Pull Request

(back to top)

Related Project

πŸš€ Repo Backend Bitri Recipe
πŸš€ Repo Frontend Bitri Recipe
πŸš€ Repo Frontend Bitri Recipe - Mobile
πŸš€ Web Service
πŸš€ Demo Bitri Recipe
πŸš€ Demo Bitri Recipe - Mobile

(back to top)

Contact

My Email : kristiadiprabowo@gmail.com

(back to top)