This Repo showcase the minimal setup for an api deployment to an AWS EC2 instance using github actions.
The API is ony deployed once all the unittests have passed and the source code have succesfuly been linted
Install this project by cloning the repository and creating a virual python environment within the root directory of the project
On an activated python environment run:
pip install -r requirements.txt
To run the development server run:
flask run
The application can be tested using:
flask test