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.
The entire project is based on containers to make the deploy easier. You must have Docker 🐳 installed in your environment.
git clone https://github.com/Mitix-EPI/NeoMovie
cd NeoMovie
docker-compose build # Build containers
docker-compose up # Run each containers (Web / Api / DB)
The site should now be served on http://localhost:5000.
An adminer is working on http://localhost:8080 and can help you adding movies easily.