Vision-X / linky-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%