BSA patterns practices and principles homework starter

Info

  • This project saves data in memory so you don't need any database
  • This project uses NPM Workspaces

Requirements

  • NodeJS (16.x.x)
  • NPM (8.x.x)

Start the application

  1. Install dependencies
npm i
  1. Start backend
npm start -w server
  1. Start client
npm start -w client