Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mahbub2001/library-system-client
https://github.com/mahbub2001/library-system-client
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahbub2001/library-system-client
- Owner: Mahbub2001
- Created: 2024-08-26T12:53:55.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T14:16:52.000Z (5 months ago)
- Last Synced: 2024-08-28T21:24:59.832Z (5 months ago)
- Language: JavaScript
- Homepage: https://library-system-client.vercel.app
- Size: 9.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library System Website
This is a fully functional library system that allows users to browse, borrow, review, and manage books. The platform includes user authentication, book catalog management, and a rating and review system.
## Live Website
Check out the live website here: [Library System Website](https://library-system-client.vercel.app/)## Project Links
- **Client-Side Code**: [GitHub Repository](https://github.com/Mahbub2001/Library-System-Client)
- **Server-Side Code**: [GitHub Repository](https://github.com/Mahbub2001/Library-System-Server)
- **Server-Side Live Link**: [API Server](https://library-system-server-nine.vercel.app/)## Features:
- **Role**: Two roles - admin & user
- **Book Browsing**: Users can explore different categories of books.
- **Book Reviews**: Users can leave reviews and ratings for books.
- **Book Borrowing**: Users can borrow books and manage their borrowing history.
- **User Authentication**: Secure authentication with Firebase.
- **Wishlist Management**: Users can add books to their wishlist for future reference.## Technologies Used:
- **Frontend**: Next.js, React, Tailwind CSS
- **Backend**: Django, Django REST Framework
- **Authentication**: Token-based
- **Database**: PostgreSQL (Hosted on Railway app)## Key Libraries:
- **React Hot Toast**: Used for showing success and error notifications.
- **Axios**: For making HTTP requests to the server-side API.