Skip to content

Rafdadoumont/Movie-Marks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MovieMarks

MovieMarks enables users to add movies they watched and rate, or mark, them. Furthermore users can follow each other to have a personalized feed.

The webapp features a log in and register page. When logged in, the user is presented the homescreen, where they see their feed (marks of them and following users). Marks created by a user are editable and deletable. In the sidebar it is possible to press on the following or followers text to see a list of them. There is also a search function to find users registered on the platform.

Starting the Backend Application

First, install all required node dependencies using npm (node package manager):

> npm install

Browse to the backend folder

> cd backend

Then, to start the backend server execute:

> npm start

Starting the Frontend Application

Open a new terminal

Browse to the frontend folder

> cd frontend

Start the development server by opening a terminal in the frontend folder and running:

> npm run dev

Open http://localhost:8000 with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published