alueddeke / deployment-cda-3-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deployment Codealong Part 3

For full instructions please see the codealong in Synapse!

Setup

  • Create a new database
  • Edit .env with your MySQL credentials and db name
  • Install node_modules with npm install in the root folder, where the package.json file is
  • Create tables by running npm run migrate from the package.json scripts
  • After creating tables run npm run seed to populate the tables with data
  • Finally, start the project by running either npm start or npm run dev (to watch files for changes)

About


Languages

Language:JavaScript 100.0%