victor-abz / Frappe-LMS

Tasks for Frappe: API Endpoints for a Library Management System

Home Page:https://lms-frappe.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool









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 <name of environment>
$ source <name>/bin/activate
$ pip install -r requirements.txt
$ uvicorn main:app --reload

OR

$ bash run.sh 

About

Tasks for Frappe: API Endpoints for a Library Management System

https://lms-frappe.herokuapp.com/

License:MIT License


Languages

Language:Python 94.1%Language:CSS 2.9%Language:HTML 2.9%Language:Shell 0.1%