Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.02 KB

readme.md

File metadata and controls

44 lines (30 loc) · 1.02 KB

FILMUNITY

Filmunity is a social network in correlation with movies and tv series. Namely, users have the ability to keep up with the film achievements and share their impressions with friends in a simple and fun way. Using Filmunity, it is possible to quickly and easily search for movies and tv series, rate them and create so-called watchlists and at the same time be in touch with friends, all of that thanks to the modern technologies used in the application development process.

Screenshot_1

Installation

Clone the repo

git clone https://github.com/bornast/Filmunity.git

.NET Core API

Run the application

cd Filmunity/Backend/src/
dotnet run –-project Api

Angular

Install npm packages

Install the npm packages described in the package.json:

cd Filmunity/Frontend
npm install

Run the application

cd Filmunity/Frontend
ng serve –-ssl –o