REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 0Open issues
◉ 1Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Book Library
A full-stack web application for managing a book library. This project includes both frontend and backend components.
Features
- Add new books with details (title, author, genre, ratings)
- View all books in the library
- Update book information
- Delete books
- Book cover image support
Tech Stack
- Frontend: React.js
- Backend: Flask (Python)
- Database: SQLite
- API: RESTful
Setup Instructions
Backend Setup
-
Navigate to the backend directory:
cd backend
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- Windows:
venv\Scripts\activate
- Unix/MacOS:
source venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the Flask server:
python app.py
Frontend Setup
-
Navigate to the frontend directory:
cd frontend
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
API Endpoints
GET /books - Get all books
POST /books - Add a new book
PUT /books/<id> - Update a book
DELETE /books/<id> - Delete a book
License
MIT
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Rent A Car Webapp, A full-stack web application built with Angular framework for the frontend and .NET for the backend. Provides a user-friendly interface to explore and book cars for rent. Utilizes RESTful APIs for seamless communication between frontend and backend.
41/100 healthActive repository
TypeScriptNo license#angular#bootstrap#css#full-stack
⑂ 0 forks◯ 0 issuesUpdated Sep 8, 2025
Developed a flight management system which has both admin and user roles using MERN stack. Full stack web-application with express serving a REST API with react as the frontend. Usage of JSON Web Tokens for authentication in all the routes.
57/100 healthActive repositoryHas homepage
JavaScriptNo license#axios#backend#css#flight-booking-system
⑂ 1 forks◯ 0 issuesUpdated Jun 18, 2026
Project homepage ↗