Full Stack Web Application that allow users to track and rate watched Anime.
- User Authentication
- Search Feature
- Profile Customization (Favorite Anime, About Me)
- Dynamic User Stats
- Friends List
yarn install
yarn startTo run this project, you will need to add the following environment variables to your .env file
REACT_APP_SERVER
To deploy MyAnimeArchive run
yarn buildDockerized Server for MyAnimeArchive with Flask, Celery, RabbitMQ and MySQL
To deploy this Decoy run
docker-compose up --buildTo run this project, you will need to add the following environment variables to your .env file
HOST_NAME
SQL_USER
SQL_PASSWORD
SQL_DATABASE
CELERY_USER
CELERY_PASSWORD
POST /login| Parameter | Type | Description |
|---|---|---|
username |
string |
Required. MyAnimeArchive Username |
password |
string |
Required. MyAnimeArchive Password |
POST /register_user| Parameter | Type | Description |
|---|---|---|
username |
string |
Required. MyAnimeArchive Username |
password |
string |
Required. MyAnimeArchive Password |
confirm_password |
string |
Required. MyAnimeArchive Confirmed Password |
POST /user_data| Parameter | Type | Description |
|---|---|---|
username |
string |
Required. MyAnimeArchive Username |
POST /list| Parameter | Type | Description |
|---|---|---|
username |
string |
Required. MyAnimeArchive Username |