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

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

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
```