DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

Website where you can save anime you have watched, Using React and Postgresql

AnimeSaver

Website where you can save anime you have watched, Using React and Postgresql

Note

The project has been abandoned in favor of a better website, which is no longer using Docker and incorporates better technologies and more content 🤫. It served as a draft for the next iteration.

Description

This project is a web application that allows you to search for anime and add them to your list. You can also add a comment and rate an anime. You can also edit your comment and rating or delete them.

Possibility to

  • Create account
  • Search for anime
  • Add anime to your list
  • Add comments and rate an anime
  • Edit anime (comment, rating or delete)

Getting Started

Prerequisites

Installing

Insall Prerequisites and then: Clone the repository and go to the project root (extracted folder) Website where you can save anime you have watched, Using React and Postgresql

then run in the terminal (in the project root):

docker-compose up
Enter fullscreen mode Exit fullscreen mode

You should see something like this in Docker Desktop: Website where you can save anime you have watched, Using React and Postgresqlif you see this, it means that the project is running successfully. You can access the project from the browser by typing:

localhost:3000
Enter fullscreen mode Exit fullscreen mode

Illustrations

Search

Website where you can save anime you have watched, Using React and Postgresql

Add anime

Website where you can save anime you have watched, Using React and Postgresql

Dashboard

Website where you can save anime you have watched, Using React and Postgresql

Info anime

Website where you can save anime you have watched, Using React and Postgresql

Built With

GitHub

View Github

Top comments (0)