Skip to content

schamiir/anime-management

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime App

A anime management app using CRUD functionality.

Authors

Demo

COMING SOON!!!

Lessons Learned

I learned a deeper understaning on building APIs and implement the four basic types of functionality (Create, Read, Update, Delete). CRUD corresponds to the HTTP methods, POST, GET, PUT, and DELETE.

I also learned how to create a cluster within MongoDB server and build our app in a way that the user can search their favorite anime and retrive the data in order to track their progress. Then once the user is done with the anime, they can go ahead and delete and repeat this process.

Tech Stack

Client: HTML, CSS, JavaScript

Server: NodeJs, MongoDB, Express

About

anime management app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.3%
  • EJS 18.7%