- Run
npm iin root directory - Run
npm i --prefix clientin root directory - Install PostgreSQL on computer (if you haven't already)
- Create a database called
sdmm_flashcardsin PostgreSQL - Run
npx sequelize-cli db:migratein root directory. This will set up the tables in your database. - Create a copy of
.env.sampleand rename it.env. - Run
npm run devto fire off server - Open app at
localhost:3001
- Checkout
main git pull origin main- Checkout
your-branch-name git rebase main