Skip to content

muniter/gps_app

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published