Skip to content

An application to automate data processing, data visualization with a web UI + REST API + SQLite. Written in python Pandas, fastAPI and SqlAlchemy.

Notifications You must be signed in to change notification settings

juliatong/mobility-app

Repository files navigation

Mobility-App

Setup

Install dependencies

pipenv shell
pipenv install

Running the app

uvicorn main:app --reload

Access the site at http://localhost:8000.

Screen Shot

Screenshot

Screenshot2

Common Issues

If you run into issues installing Pandas, try running these commands:

pip install cpython --no-use-pep517
pip install numpy --no-use-pep517
pip install pandas --no-use-pep517

About

An application to automate data processing, data visualization with a web UI + REST API + SQLite. Written in python Pandas, fastAPI and SqlAlchemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published