Show HN: REST API Boilerplate in Flask with Tests

https://github.com/kvnn/flask-rest-starter
by Wolf_Larsen • 3 years ago
1 0 3 years ago

# Boilerplate REST Server in Flask

## 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'`

Related Stories

Loading related stories...

Source preview

github.com