Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mahbub2001/library-system-client


https://github.com/mahbub2001/library-system-client

Last synced: 2 days ago
JSON representation

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.