frclba / data-storytelling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Senado / Camara dos Deputados

Setup:

requires python 3.7 and node

clone the repository

git clone https://github.com/fernand0aguilar/web-scrapping.git

after the download

cd backend/

RUN the backend

$ pip3 install -r requirements
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

the backend should be running at localhost:8000

RUN the frontend

open another terminal instance

cd frontend/

$ yarn install
$ yarn start

the frontend should be running at localhost:3000


Test it

 python3 manage.py test
 open localhost:3000 at the browser

PrintScreen

Printscreen WebApp

About

License:MIT License


Languages

Language:Python 44.7%Language:JavaScript 44.6%Language:HTML 5.4%Language:CSS 5.3%