A media sharing site built for MSU. In it users can upload videos, audio and pictures. And anyone can view and/or stream them.
Frontend - Angular
Backend - NodeJs with Express
Database - MongoDb
FileServer - CloudWinterstore
First install node and npm then the angular-cli. In project root run the following commands in your terminal:
- To open Client side: cd client then ng serve --open
- To open Server side: cd backend then npm start
The client will then run on port 4200 and the server on 5000
PS: Not suitable for production, only use for development