Coder Social home page Coder Social logo

jackson541 / api-boletim-covid Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 287 KB

API Rest em Django para acompanhar o número de casos do Covid-19 na região do Seridó.

Home Page: https://covidsjs.herokuapp.com/

License: MIT License

Python 100.00%
django covid-19 chartjs

api-boletim-covid's Introduction

API Boletins Covid Seridó

API em Djangorestframework para acompanhar o número de casos do Covid-19 na região do Seridó.

Deploy

API-Boletim-Covid

How to Run:

Clone the project

git clone https://github.com/jackson541/API-Boletim-Covid.git

Go to Directory

cd API-Boletim-Covid

Install dependencies

pip3 install -r requirements.txt

Configure database

  • Install PostgreSQL
  • Go to the settings.py file in the ApiBoletimCovid folder
  • Search for DATABASES in settings.py
  • Configure your database information (name, password and port) in the option default
  • Create a table in your database with the name apicovid

Apply Migrations

python3 manage.py makemigrations
python3 manage.py migrate

Run local server

python3 manage.py runserver

Routes documentation

After running the project, go to the route:

http://localhost:8000/swagger/

Contributors:

Jackson Alves

Jonathan Tavares

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.