https://github.com/sd2001/frappe-lms
Tasks for Frappe: API Endpoints for a Library Management System
https://github.com/sd2001/frappe-lms
fastapi heroku plotly postgresql python sqlalchemy
Last synced: about 1 month ago
JSON representation
Tasks for Frappe: API Endpoints for a Library Management System
- Host: GitHub
- URL: https://github.com/sd2001/frappe-lms
- Owner: sd2001
- License: mit
- Created: 2021-06-09T11:52:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T06:33:03.000Z (almost 5 years ago)
- Last Synced: 2025-04-11T14:50:06.811Z (about 1 year ago)
- Topics: fastapi, heroku, plotly, postgresql, python, sqlalchemy
- Language: Python
- Homepage: https://lms-frappe.herokuapp.com/
- Size: 17.6 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




Frappe-LMS is available under MIT License, read the LICENSE file for more info











- **Fork** the Repository
- Open your **Terminal / Cmd**
```
$ git clone https://github.com/sd2001/Frappe-LMS.git
```
```
$ cd Frappe-LMS
```
```
$ pip install virtualenv
$ python -m venv
$ source /bin/activate
$ pip install -r requirements.txt
```
```
$ uvicorn main:app --reload
OR
$ bash run.sh
```