Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 621 Bytes

README.md

File metadata and controls

53 lines (37 loc) · 621 Bytes

ArtVenture-ASP

Peer support art therapy platform project. Developed for Agile Software Projects course (University of London BSc computer science degree)

API

Go to api folder

$ cd api

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Frontend

Go to frontend folder

$ cd frontend

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build