- presents a landing page with the latest published videos;
- allows to manage user authentication;
- presents a user profile page to update your credentials;
- allows the users to publish, search and watch videos;
- allows the users to subscribe to their favourite content creators to easily access their videos.
To run the project, the requirements are the following:
- Docker (>= v.20.10.12)
- Docker Compose (>= v.2)
Go in the AMTube directory and run the following command:
docker-compose up --build -d
To check the containers that are running, type:
docker ps
The project's documentation can be found at: AMTube Documentation