Part of Functional Programming Odd Semester 2023/2024 Final Project
by: bonaventuragal
starTrack is a web based series (TV Series, Film, Comic, Novel) progress tracker. Built using NextJS.
- Install
nodeandyarn. - Clone this repository.
- Run
yarnto install the dependencies. - Create a
.envfile at the root of the project. - Fill the
.envfile with:
NEXT_PUBLIC_BACKEND_URL=**YOUR STARTRACK BACKEND URL**Set the values according to your specific configuration. For example (the default):
NEXT_PUBLIC_BACKEND_URL=http://localhost:8000Run yarn dev to start the website. You can access the website at http://localhost:3000. Please note that the backend is configured to serve the frontend on http://localhost:3000.