For full instructions please see the codealong in Synapse!
- Create a new database
- Edit
.envwith your MySQL credentials and db name - Install node_modules with
npm installin the root folder, where thepackage.jsonfile is - Create tables by running
npm run migratefrom the package.json scripts - After creating tables run
npm run seedto populate the tables with data - Finally, start the project by running either
npm startornpm run dev(to watch files for changes)