npm i
in root directorynpm i --prefix client
in root directorysdmm_flashcards
in PostgreSQLnpx sequelize-cli db:migrate
in root directory. This will set up the tables in your database..env.sample
and rename it .env
.npm run dev
to fire off serverOpen app at localhost:3001
main
git pull origin main
your-branch-name
git rebase main