You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the repo
$ git clone https://github.com/comicgram/comicgram-inventory-api.git
# Install all the dependencies
$ npm install
# DB stuff
$ sequelize db:migrate
$ sequelize db:seed:all
# Run the server
$ npm run start:dev