Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 512 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 512 Bytes

bms

Books Management System

Quickstart

Create a virtualenv

➜ bms virtualenv venv

Install dependencies

➜ bms source venv/bin/activate
(venv) ➜ bms pip install -r requirements.txt

Configuration

(venv) ➜ bms vim app/config.py

Init

(venv) ➜ bms python manager.py create_all

Run the development server

(venv) ➜ bms python manager.py runserver

License

bms is licensed under the MIT License.