Skip to content

Repository files navigation

Command to activate virtual environment:

This is an attempt to implement a bookshop api in Python using the Flask library.

Run the following 2 commands to install the virtual enviroment from requirements.txt:

python -m venv ./venv
python -m pip install -r requirements.txt

This command will activate the virtual environment:

source venv/bin/activate

Command to run unit tests:

python -m unittest

Command to start docker container locally

docker-compose --env-file ./dev.env up --build

Command to run static code analysis

sh scripts/run-security-checks.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages