https://github.com/maxralph1/local-library-expressjs-nodejs-web
A Local Library crafted using Express.JS (Node.JS framework) — (web version)
https://github.com/maxralph1/local-library-expressjs-nodejs-web
bootstrap express javascript nodejs pug-template-engine
Last synced: 2 months ago
JSON representation
A Local Library crafted using Express.JS (Node.JS framework) — (web version)
- Host: GitHub
- URL: https://github.com/maxralph1/local-library-expressjs-nodejs-web
- Owner: maxralph1
- Created: 2023-01-27T13:49:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T16:43:44.000Z (over 3 years ago)
- Last Synced: 2026-01-03T22:13:04.844Z (6 months ago)
- Topics: bootstrap, express, javascript, nodejs, pug-template-engine
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a Local Library written in Express.JS (Node.JS framework) in the backend.
We also use MongoDB database and Mongoose for querying the database.
On the frontend, we use PUG templating engine and Bootstrap.
The aim of this application is to demonstrate CRUD (Create, Read, Update and Delete) operations with one-to-many relationships between models. We have however, intentionally excluded user authentication/authorization.
Here is a link to the (recrafted from scratch) api version:
https://github.com/maxralph1/local-library-expressjs-nodejs-api-version.git