Skip to content

Information Platform for a legitimate and competent political power

License

Notifications You must be signed in to change notification settings

Diplow/TheBigPicture

Repository files navigation

Django CI FRONT

VDE - TheBigPicture

VDE is a webplatform, a non profit organization and an open source project: it aims to change how we do politics. Here if you want to know more (in french).

Back - server side

The back is responsible for the data and exposes an API to the client to access and modify it. Basically data is made of users, political analysis, comments about these analysis, and evaluations of these analysis.

Front - client side

The front allows people to create an account, display political analysis, search them, comment them and evaluate them.

Run locally

Run back & front with docker-compose:

foo@bar:~$ docker-compose -f docker-compose.local.yml up -d

Open http://localhost:3000 in your browser.

Load sample data:

foo@bar:~$ docker exec -it back python manage.py load_fixtures