Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 432 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 432 Bytes

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