Requirements to run:
- docker
Instructions:
git clone https://github.com/joaosombrio/sombrasoft-movie-rental.git
cd sombrasoft-movie-rental
docker-compose up --build
- API Swagger documentation -
http://localhost:5000/swagger
- mongo-express dashboard -
http://localhost:8081/
- username:
sombra
password:sombra123!
- username:
- crud app -
http://localhost:8080/
- The app seeds data when it inits
- A simple crud was implemented for the movies
- Members and Rental History are read only
- The app includes a member summary report in which the query was made by using mongo aggregate function