ianaraujo / projeto-proposicoes

Projeto de Estágio - Lucas Vilar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto Proposições

Aplicação para monitorar Proposições Legislativas utilizando a API de Dados Abertos da Câmara dos Deputados.

image

🖥️ Installation

Frontend

  1. Clone this repo
git clone https://github.com/lvilarc/projeto-proposicoes.git
  1. Go to the project folder
cd projeto-proposicoes
cd frontend
  1. Install dependencies
npm install
  1. Run Frontend
npm run dev

Running the API

  1. Go to the API folder
cd projeto-proposicoes
cd api
  1. Install dependencies
npm install
  1. Run start
npm start

About

Projeto de Estágio - Lucas Vilar


Languages

Language:TypeScript 84.8%Language:JavaScript 12.8%Language:CSS 1.7%Language:Dockerfile 0.7%