Peer support art therapy platform project. Developed for Agile Software Projects course (University of London BSc computer science degree)
Go to api folder
$ cd api
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Go to frontend folder
$ cd frontend
npm install
npm run dev
npm run build