/linky-db

Primary LanguageJavaScript

Step 1 - Build Database

  • build our boilerplate files

  • bring in dependencies

    • knex, pg
    • body-parser
    • cors
    • dotenv
    • psql
    • Express
  • Migration

  • Build a table!

  • Seed

  • Populate our table with starter data

  • Queries

  • App.js routes

  • Deploy to Heroku

  • Test deployment before frontend