# bms **Repository Path**: lpe234/bms ## Basic Information - **Project Name**: bms - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bms > Books Management System ## Quickstart ### Create a virtualenv ```bash ➜ bms virtualenv venv ``` ### Install dependencies ```bash ➜ bms source venv/bin/activate (venv) ➜ bms pip install -r requirements.txt ``` ### Configuration ```bash (venv) ➜ bms vim app/config.py ``` ### Init ```bash (venv) ➜ bms python manager.py create_all ``` ### Run the development server ```bash (venv) ➜ bms python manager.py runserver ``` ## License bms is licensed under the [MIT License](LICENSE).