tvRepo
Overview
Keep track of your favorite pieces of entertainment. Always be up to date with the latest releases.
Original idea and initial code comes from a team project I worked on while at a coding bootcamp.
This is my progression of the application so I can learn new technologies and implement new features.
Installation
Steps to follow to setup the application on your local machine.
Requires the following dependencies:
Local Setup
Docker Compose
The following commands will start both the frontend and backend services.
- Using the .env.sample as a reference, set the required variables for the environment. Create a
.env
file with those values.
docker compose build
docker compose up
Default ports:
- Frontend: 3000
- Backend: 5000