muniter / gps_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPS Tracking APP

Installation

Instruction for Linux/Unix systems.

1. Create virtual environment and install dependencies:
python -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
2. Configure the application environment

Copying the file env to .env and giving proper values to the variables.

3. Run the application:
FLASK_APP="gps_backend" flask run

Now the API should be reachable under localhost:5000.

About


Languages

Language:Python 96.9%Language:CSS 3.1%