Skip to content

Latest commit

 

History

History
81 lines (46 loc) · 1.87 KB

README.md

File metadata and controls

81 lines (46 loc) · 1.87 KB

🎥 Movie Web App Example 🎥

Badge Web Badge API Badge API License: MIT

A simple example of a web application about movies. You can register and log in you to select your favorites movies and group them in one place.

Table of Contents

  1. Getting Started
  2. Website Presentation
  3. License

Getting Started

0. Dependencies 📚

The entire project is based on containers to make the deploy easier. You must have Docker 🐳 installed in your environment.

1. Clone project 📁

git clone https://github.com/Mitix-EPI/NeoMovie
cd NeoMovie

2. Running the project 🚀

docker-compose build # Build containers
docker-compose up # Run each containers (Web / Api / DB)

The site should now be served on http://localhost:5000.

3. Adminer 🌀

An adminer is working on http://localhost:8080 and can help you adding movies easily.

📷 Website presentation 📷

Home Page

Register

Login

Movies Menu

Filtering Movies

Movies Details

Movies Watched

Movies Liked

License

Distributed under the MIT License. See License for more details.