https://github.com/akash-nath29/librarymanagementsystem
Simple Library management system with seperate API and app
https://github.com/akash-nath29/librarymanagementsystem
api api-client flask library-management library-management-system
Last synced: 30 days ago
JSON representation
Simple Library management system with seperate API and app
- Host: GitHub
- URL: https://github.com/akash-nath29/librarymanagementsystem
- Owner: Akash-nath29
- License: mit
- Created: 2024-01-18T20:18:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T20:28:51.000Z (over 1 year ago)
- Last Synced: 2025-02-12T11:53:41.014Z (3 months ago)
- Topics: api, api-client, flask, library-management, library-management-system
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library Management System
## Under Development 🛑
### A simple library management system made with Flask, Javascript
- This project has 2 parts, one the api that handles the backend as well as the connection with the database, and the app that handles the frontend part.
- Maintain project structure like this:
```
ParentFolder
|--api
|--app
|
requirements.txt
```
## Contribution
- To contribute first clone this repo
```
git clone https://github.com/Akash-nath29/LibraryManagementSystem.git
```
- Create a virtual enviornment (Windows)
```
python -m venv env
```
- Install required packages
```
pip install -r requirements.txt
```
- Start the api
```
python app.py
```
- Start the app (Open the html file)