Skip to content

StefanDimitrov04/FilmForum-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Film forum project made by me(both the REST API and the Angular code)

This is a WEB application using Angular for the frontend. Used a Rest-api server for backend and MongoDB for storing data.

Steps for local instalation and review: Navigate to Rest-api folder: npm install - command for installation of all the packeges dependances; npm start - command to start the back-end server; Navigate to film-forum folder: npm install - command to install all install all packeges dependances; Run client Angular app - ng serve --open or ng s;

ALREADY LOGGED IN PROFILES:

email: [email protected]; password: asdasd;

email: [email protected]; password: mariya1234

Home screen for not logged in users: homeScreenNotLogged

The cards of the films for the not logged in users(They can only read the description, look at the likes and the comments): filmCardNotLogged

Film cards for users who are logged in, but are not owners of the film(They can COMMENT and LIKE or DISLIKE the film): filmCardLoggedNotOwner

Film card for the owners(They can EDIT and DELETE the film, but can not comment, like or dislike their own film) filmCardLoggedOwner

Log in page, the email should end at(@abv.bg or @gmail.com) Examples: [email protected], [email protected], [email protected] and etc. logInPage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published