Show HN: REST API Boilerplate in Flask with Tests
1 points| Wolf_Larsen | 3 years ago |github.com
## Quickstart
1. `git clone git@github.com: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'`
No comments yet.