Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
/ bookshelf Public archive

Book management system with user authentication, session management, query pooling, and secure CRUD operations.

Notifications You must be signed in to change notification settings

HarrisFauntleroy/bookshelf

Repository files navigation

Library-Admin-Panel

An Administrative frontend for a MySQL, Node.JS & Express CRUD application.

Create, Read, Update, Delete functionality on the Users and Books Tables.

Accounts for relationships between the Users and Login tables. Accounts for relationships between the Authors, Books, Bookplot and Changelog tables.

Sign in/Sign out with sessions.

No signup functionality, new users are added by an existing administritive user.

Permissions: admin: full CRUD access. user: Read only.

Install

npm install

Build

npm run build

Run

npm run dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Media

Image of Mobile-1 Image of Mobile-2 Image of Mobile-3 Image of Mobile-4 Image of Desktop

About

Book management system with user authentication, session management, query pooling, and secure CRUD operations.

Resources

Stars

Watchers

Forks