Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dlsiem/express-local-library
Local Library
https://github.com/dlsiem/express-local-library
expressjs nodejs pug
Last synced: 9 days ago
JSON representation
Local Library
- Host: GitHub
- URL: https://github.com/dlsiem/express-local-library
- Owner: DLSiem
- Created: 2024-05-25T14:17:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T11:17:50.000Z (6 months ago)
- Last Synced: 2024-10-18T01:23:18.558Z (28 days ago)
- Topics: expressjs, nodejs, pug
- Language: JavaScript
- Homepage: https://local-library01.fly.dev/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Local Library
The MDN tutorial page can be found [HERE](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs)
## Features
- You can view all books, all author and their corresponding book(s), all genres and their book(s), and all book instances
- You can create new author, new book, new genre and new book instances## Limitations
- Authentication not yet added
- Authorization not yet added: Anyone accessing the website can update and delete data.
- Simple UI