Animal Center API.
Python version 3
- Go to project directory.
- Create venv by running:
python3 -m venv venv - Activate venv:
source venv/bin/activate - install dependencies by running:
pip3 install -r requirements.txt
run python app.py to create sqlite3 database as db.sqlite3 file and run Flask API on localhost
Tests are located in test folder.
To run tests use command: python -m unittest
For more verbose results run: python -m unittest -v.
