- Notifications
You must be signed in to change notification settings - Fork4
Create a Node.js app for building food recipe RESTful APIs using Express.
License
altrawan/food-recipe-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Create a Node.js app for building food 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 food recipe RESTful APIs using Express.
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/altrawan/food-recipe-api.git
- Go To Folder Repo
cd food-recipe-api
- Install Module
npm install
- Make a new database and importmama_recipe.sql
- Setup .env
- Type
npm run dev
To Start Development - Type
npm run start
To Start Production
Create .env file in your root project folder.
# appAPP_NAME=NODE_ENV=PORT=API_URL=APP_CLIENT=# databaseDB_HOST=DB_USER=DB_PASSWORD=DB_NAME=DB_PORT=# jwtJWT_SECRET=JWT_EXPIRED=# googleEMAIL_FROM=EMAIL_USER=GOOGLE_CLIENT_ID=GOOGLE_CLIENT_SECRET=REDIRECT_URI=GMAIL_REFRESH_TOKEN=DRIVE_REFRESH_TOKEN=# redisRDS_HOST=RDS_PORT=RDS_PASS=
You can view my Postman collectionhere
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make aregreatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
My Email :muhammadalifputra8888@gmail.com
Project Link:https://github.com/altrawan/food-recipe-api
Distributed under theMIT License.