# 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:devMIT © Comicgram
| Name | Name | Last commit date | ||
|---|---|---|---|---|
# 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:devMIT © Comicgram