indiamos / tea-sequelize

Small practice exercise for Sequelize options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequelize Enrichment

To get started...

  1. Fork this github repo.
  2. git clone the fork onto your computer and npm install.
  3. Create a database by running createdb teas from the command line.
  4. To run the tests, run npm test (or npm t for short!).
  5. Do your work in models/index.js.
  6. Once you pass all the tests, you're done!

About

Small practice exercise for Sequelize options


Languages

Language:JavaScript 100.0%