/bms

Books Management System

Primary LanguagePythonMIT LicenseMIT

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.