Skip to content

TodaysMonkeyJob/test_library_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

git clone https://github.com/QFests/QFest.git
cd BookLibrary
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 ./run.py

Press CTRL+C to terminate the server.
use deactive to quit the virtual environment.

Python 3 is recommend, meanwhile this project is compatible with python 2.

Run with Docker

You can run this project with docker by running the following commands:

docker build -t qfest:latest .

docker run -ti -v `pwd`:/app -p 4000:4000 qfest:latest

By adding the -v above, you can make changes in the local files and they will be reflected inside the docker container. If you want to run it in "production" mode, skip the above -v option.

Dependencies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published