An open API service indexing awesome lists of open source software.

https://github.com/juliamatejko/local-library

Express.js, Node.js, MongoDB tutorial project
https://github.com/juliamatejko/local-library

express javascript mongodb nodejs pug

Last synced: 3 months ago
JSON representation

Express.js, Node.js, MongoDB tutorial project

Awesome Lists containing this project

README

        

Library Website project for learning purposes:
- Tech stack: Node.js, Express.js, MongoDb (mongoose)
- Functionalities: CRUD controllers, Routing, Connecting to MongoDb NoSQL document database, Pug templates

image

---
UML

![library_website_-_mongoose_express](https://github.com/user-attachments/assets/4e6a4490-c33e-404c-a191-10fcd18b340e)

---
Handling HTTP request/response, data flow, in MVC web application

![mvc_express](https://github.com/user-attachments/assets/83ab9db2-758c-46e4-828c-35f9e5d4736c)

Source:
https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Server-side/Express_Nodejs/routes

---

Web server form handling

![web_server_form_handling](https://github.com/user-attachments/assets/463b66e7-bc91-4e86-aef8-64d84667e9f0)

Source:
https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Server-side/Express_Nodejs/forms