Skip to content

TypingKitty/My_Anime_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My_Anime_List

Implemented my own version of my anime list with my own database.

  • Database : mySQL
  • Frontend : Reactjs
  • Backend : Nodejs

Deployment

Create a database using DumpSQL folder. Order : user ->...->anime_character->trigger

Get a local copy of the code:

git clone https://github.com/TypingKitty/My_Anime_List.git
cd My_Anime_List

Modify server\config\db.js according to your database.

Install dependencies:

cd frontend
npm i

Now, you can start a local web server by running:

cd server
node index.js
cd ..
cd frontend
npm run dev

Go to the respective localhost to view the site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published