Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 306 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 306 Bytes

nivelo-be

INSTRUCTIONS

create and update .env file in the root directory ---> refer to .env-sample

1. install dependencies

npm run install


1. run db migrations

npm run db:migrate


2. run db seeds

npm run db:seed

3. run server

npm run dev