Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 229 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 229 Bytes

BackendApp

docker-compose up --build

install npm :

npm install

Migrate database :

npx sequelize-cli db:migrate

seed database : Run file develop.sql in seeder. run backend:

npm start dev:debug