Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 623 Bytes

python-rest-seed

Setup

Ensure python3 is installed prior to setup

In terminal navigate to project root directory and run following command to install the dependencies:

  • Run make install

Start Server

Run make run to start the server.
Navigate to http://localhost:5000/ to access the api doc.

Tests

Run make tests to execute test cases.

Endpoints

Developers

Credits