lu0 / task-service-python

A Flask API I made to make HTTP requests from an angular app, instead of using a fake JSON-server.

Home Page:http://task-tracker.lucero.codes/swagger/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task Service

A Flask API I made to test CRUD HTTP requests from other applications.

Usage

Install the dependencies

sudo apt install -y python3 python3-pip

Create a virtual environment

pip3 install virtualenv
virtualenv venv

Activate the environment

. venv/bin/activate

Install the requirements From a file:

pip3 install -r requirements.txt

Run the service

./TaskService.py

About

A Flask API I made to make HTTP requests from an angular app, instead of using a fake JSON-server.

http://task-tracker.lucero.codes/swagger/


Languages

Language:Python 89.6%Language:Dockerfile 5.2%Language:Shell 5.2%