Skip to content

rodhenr/MangaUpdaterAPI_V2_React

Repository files navigation

📒 Manga Updater

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.

👨‍💻 Tecnologias

For this project, the following technologies were used:

📀 How to Replicate This Project

  1. Follow the instructions in the MangaUpdaterAPI_V2_CSharp repository to set up the database and backend project.

  2. Open the terminal and navigate to this project folder.

  3. Build the Docker image using the following command:

    docker build -t mangaupdater-frontend .
  4. Run the Docker container with the following command:

    docker run -d --rm -p 5173:5173 --name mangaupdater-frontend mangaupdater-frontend
  5. The MangaUpdater Frontend will be accessible at http://localhost:5173/ on your local machine.

Releases

No releases published

Packages

No packages published

Languages