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

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

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)