Skip to content

This application use OpenData from the south french city Montpellier in order to provide a fillrate for the various parking in the city. It's build using Python 3.8 and the Flask framework.

Notifications You must be signed in to change notification settings

Clement-Roque/Parkings-Fillrate-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parking's Fillrate App

GitHub Workflow Status

This application use OpenData from the south french city Montpellier in order to provide a fillrate for the various parking in the city. It's build using Python 3.8 and the Flask framework.

http://data.montpellier3m.fr/

https://docs.python.org/fr/3.8/index.html

https://flask.palletsprojects.com/en/1.1.x/

I'm developping this project using XP, TDD and clean code principles.

Launch

Thanks to the Makefile, you can easily launch this project from an unix system. It required at least Python 3.8 and pip for being installed :

make setup

Then you can launch the app using the following command, but be carreful, it's not production ready :

make start_parking_api

And you can run the checks (pytest, pylint and mypy) using this command :

make checks

About

This application use OpenData from the south french city Montpellier in order to provide a fillrate for the various parking in the city. It's build using Python 3.8 and the Flask framework.

Topics

Resources

Stars

Watchers

Forks