Platform for sharing videos. The platform should allow the user to assemble playlists with links to their favorite videos, separated by categories.
The project was developed in sprints lasting 1 week each, which had certain activities to be implemented. For better management of activities, trello was used.
The programming language, frameworks and technologies were of free choice. I chose to develop the project with the following technologies:
To run locally you need to have Docker installed.
-
Open the terminal and clone the project using the command
git clone https://github.com/WesleyMime/Aluraflix-Quarkus.git
. -
Enter the
Aluraflix-Quarkus
folder and use the commanddocker-compose up
.
If everything is working, the links to access are:
- Front-end: http://localhost:8080
- API: http://localhost
The documentation made in Postman can be accessed by this link.