Track and follow your favorite manga series effortlessly with this front-end project. This application enables you to stay updated on the latest chapter releases for all your favorite mangas. This project allow you to navigate through your manga collection with ease and never miss a new chapter.
For this project, the following technologies were used:
To replicate this project, make sure you have Docker and .Net 8 installed.
Clone this repository to your local machine:
git clone https://github.com/rodhenr/MangaUpdaterAPI_V2_CSharp.gitOpen your terminal and navigate to the project folder:
cd MangaUpdaterAPI_V2_CSharpUse the following Docker Compose command to start the project:
docker-compose -f docker-compose.yml up -dWait until all the containers are running.
You can test the API using the base url http://localhost:5135.
To get the frontend project, you can access the following link: MangaUpdaterAPI_V2_React.