Comicgram Inventory API

Requirements

Quick Start

# 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

License

MIT © Comicgram