/fullstack-review

Primary LanguageJavaScriptMIT LicenseMIT

React! Express! Sequelize!

A small full stack web app.

  1. after cloning, run git checkout starting-point.
  2. npm init
  3. create a database called 'spicy-libros'
  4. run npm run seed (if you ever want to revert to your original starting point, run this)
  5. Run 'npm run start-dev' to start your server!
  6. to check your work against the solution, run git checkout master.