Skip to content

galeiro/backend-lelang

Repository files navigation

Clone Repository Backend Web Lelang

Clone Repo Lelang (Projek)

Clone Repo ini hanyalah repo yang memudahkan untuk menyelesaikan projek akhir yang di clone oleh: github.com/Al-Ghozy03/backend-lelang.

Cara Penggunaan

Copy Repo ini terlebih dahulu:

git clone https://github.com/galeiro/backend-lelang.git

Ubah konfigurasi di dalam .env, sesuaikan dengan keperluan:

DB_USERNAME = (user db)
DB_PASSWORD = (pass db)
DB_DEV = (nama table)
DB_TEST = (nama table)
DB_PRODUCTION = (nama table)
HOST = (localhost/host db)
DIALECT = mysql
JWT_SIGN = awokawok

Lalu import database ke database:

npx sequelize db:create
npx sequelize db:migrate

Lalu install package:

npm i

Lalu start package:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published