Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 329 Bytes

secondhand-api

Run server

npm start

Database Management

  • npm run db:create : to create a database
  • npm run db:migrate : to run database migration
  • npm run db:seed : to run seed. create a superadmin account
  • npm run db:drop : to delete a database
  • npm run db:rollback : to cancel last migration