Skip to content

BosToken/waifu_api

Repository files navigation

BELAJAR Backend menggunakan Express

Deskripsi

Project ini sebagai bahan belajar membuat Backend menggunakan Express.

How to Install

1. Clone repository

git clone https://github.com/BosToken/waifu_api.git

2. Install dependencies to project

npm install

3. Configuration Environment

duplicate .env.example to .env

cp .env.example .env

setup your configuration

4. Migrate table

node npx prisma migrate dev

5. Migrate seed

node ./prisma/seeder/seed.js

5. Run system

nodemon index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors