Skip to content

jszlp/paris-assos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

INTRODUCTION :

The aim of this project is to present a dashboard of different measurements concerning the subventions offered by the administration of the city of Paris to its associations. The project offers also a search tool to discover the subventions received by each association.

LINK TO PROJECT :

https://paris-assos.web.app

PREREQUISITES :

Python 3.11 Sass

PREPROCESSING :

COMMANDS :

Use preprocessing directory as working directory, then :

  1. Install a new venv using Python3.11 :

/opt/homebrew/opt/python@3.11/bin/python3.11 -m venv .venv

  1. Activate the virtual environment :

source .venv/bin/activate

  1. Install packages using a requirements file:

pip3.11 install -r requirements.txt

  1. Launch jupyter notebook :

jupyter notebook

  1. Desactivate the virtual environment when turning off the project:

deactivate

REMARKS :

If the jupyter-notebook does not work, perform the following instructions :

  1. Deactivate the environment:

deactivate

  1. Delete the .venv folder

  2. Perform in order the instructions from the COMMANDS section

WEB :

COMMANDS :

Use web directory as working directory :

  1. Compile CSS files :

sass ./style/scss/index.scss ./style/css/index.css sass ./style/scss/association.scss ./style/css/association.css

  1. Launch HTTP server :

python -m http.server

About

Dashboard of subventions of Paris to associations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published