## Quickstart
1. `git clone [email protected]:kvnn/flask-rest-starter.git`
2. `cd flask-rest-starter`
3. `python3 -m venv venv`
4. `source venv/bin/activate`
5. `pip3 install -r requirements.txt`
6. `python3 -m unittest discover -s tests -p 'test_*.py'`