Skip to content

Build & deploy geospatial applications quick and easy.

License

Notifications You must be signed in to change notification settings

HugoIsNotBoss/greppo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greppo

The library

Integrates the frontend code with the backend library.

Development

  • Install pre-commit, requirements
pre-commit install
pip install -r requirements.txt
  • Install Lib
pip install -e .
  • Run commands
uvicorn cli.py:app

# or
python test_app.py

Run backend server

Assuming your node/JS environment is already initialized with the required packages installed.

$make backend_server

Run front server

Assuming your python environment is already running with the required packages.

$make frontend_server

About

Build & deploy geospatial applications quick and easy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 53.0%
  • Vue 35.4%
  • JavaScript 10.6%
  • Other 1.0%