Flask RESTPlus API POC (flask-resplus-api-poc)

Usage

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

Testing

To run unit tests:

(env) $ python -m unittest discover test/unit -v

For component tests:

(env) $ python -m unittest discover test/component -v

Author

Rodrigo de Souza

Show your support

Give a ⭐️ if this project helped you!

License

flask-resplus-api-poc is released under the MIT License.