Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 465 Bytes

MyBrary

An online library website made following this tutorial: https://youtube.com/playlist?list=PLZlA0Gpn_vH8jbFkBjOuFjhxANC63OmXM

and I'm working on improving it on my free time.

It just supports CRUD operations on Authors/Books following MVC pattern atm.

TODO:

  • Fully Implementing auth and user roles

Tech Stack used:

  • Runtime: NodeJS
  • Web Framework: ExpressJS
  • Templating Engine: EJS
  • Database: MongoDB
  • Auth: PassportJS