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
Create a Node.js app for building Bitri Recipe RESTful APIs using Express.
This app was built with some technologies below:
- Node JS
- Express JS
- CORS
- Bcrypt
- JSON Web Tokens
- Multer
- Cloudinary
- PostgreSQL
- and other
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 -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
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=
You can view/join my Postman collection here:
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourNewBranchName
) - Commit your Changes (
git commit -m 'Add some YourNewBranchName'
) - Push to the Branch (
git push origin feature/YourNewBranchName
) - Open a Pull Request
🚀 Repo Backend Bitri Recipe
🚀 Repo Frontend Bitri Recipe
🚀 Repo Frontend Bitri Recipe - Mobile
🚀 Web Service
🚀 Demo Bitri Recipe
🚀 Demo Bitri Recipe - Mobile
My Email : [email protected]