/tea-sequelize

Small practice exercise for Sequelize options

Primary LanguageJavaScript

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!