Clone the repo:
$ git clone https://github.com/rsouza01/flask-resplus-api-poc/
$ cd flask-resplus-api-poc
Create and activate virtualenv:
$ virtualenv -p python3 env
$ source env.sh
(env) $ pip3 install -r requirements.txt
Run the server via CLI
(env) $ ./start-server.sh
And try the endpoints:
(env) $ ./tests/start-tests.sh
To run unit tests:
(env) $ python -m unittest discover test/unit -v
For component tests:
(env) $ python -m unittest discover test/component -v
Rodrigo de Souza
- Website: http://www.rodrigosouza.net.br
- Github: @rsouza01
- LinkedIn: @rsouza01
Give a ⭐️ if this project helped you!
flask-resplus-api-poc is released under the MIT License.