Skip to content

kmaodus/moviesMERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


College project (TBP) - FOI 2020

Project for Database theory course at Faculty of Organization and Informatics


Table of Contents

About The Project

Practicing MERN stack. TMDb API used for this project. --> https://www.themoviedb.org/

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
npm install npm@latest -g

Installation

  1. Clone the moviesMERN
git clone https://github.com/kmaodus/moviesMERN.git
  1. Install server NPM packages (inside root folder)
npm install
  1. Install NPM packages in client directory
cd client

npm install

  1. Cd back to root directory and run
cd ..
npm start

Usage

You can register if you want to add movies in your favorites list, otherwise you can view latest popular movies and view detailed movie info by clicking on an image. If you are logged in you can also leave comments and likes on a movie.

Sign up Sign in Landing Page when the user is signed in Landing Page scroll Movie info Actors view List of favorites

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project

  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)

  3. Commit your Changes (git commit -m 'Add some AmazingFeature')

  4. Push to the Branch (git push origin feature/AmazingFeature)

  5. Open a Pull Request

License

Distributed under the MIT License.

Contact

Project Link: https://github.com/kmaodus/moviesMERN

About

Movie app with MERN stack: React, MongoDB, ExpressJS, Node.js

Resources

Stars

Watchers

Forks

Packages

No packages published