Create a Node.js app for building Intermediate BackEnd RESTful APIs using Express.
Explore the docs »
Table of Contents
Create a Node.js app for building Beginner BackEnd RESTful APIs using Express.
This app was built with some technologies below:
- 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 https://github.com/wachid29/tugas-intermediate-backend.git
- Go To Folder Repo
cd tugas-intermediate-backend
- Install Module
npm install
- Make a new database
- Setup .env
Create .env file in your root project folder.
ENV_MODE = (prod/null)
DB_URI = postgres://lnafjgfgirvuub:f0e56f8899d135883d37d170b1793c3480000ae32ff751344e8d2372afec88eb@ec2-54-82-205-3.compute-1.amazonaws.com:5432/d1rrgqbsff0tja
PORT = (port localhost)
USER =
HOST =
DATABASE =
PASSWORD =
PORT2 = (port sql)
SECRET_CODE = bf067373cf107a04ffee8df4173b5964dd9525a184628e4a8d67a8c71b1d57b1
CLOUD_NAME= dhdngrjzr
CLOUD_KEY= 132824619878428
CLOUD_SECRET= lPS5vLhAwqTAOIBBOAao2LIyWk8
You can access app in heroku
You can download and import Postman
You can download and import database
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/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 : [email protected]
Distributed under the MIT License.