Skip to content

lpe234/bms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Books Management System

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published