Skip to content

Este teste é apresentado aos candidatos as vagas de desenvolvimento Back-end para avaliar os quesitos técnicos.

Notifications You must be signed in to change notification settings

daviromao/teste-dev-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olisaude Backend Developer Challenge

This project was created using the Olisaude challenge. It's an API to manage (CRUD) clients and get 10 clients with the highest health risk. Python, django and django rest framework was the technologies used in this project.

You can see the API Documentation at olisaude docs

Installation and tests instructions

To run this project it is necessary python >= 3.8.

Clone this repository:

git clone [email protected]:daviromao/teste-dev-backend.git

cd teste-dev-backend

Create the environment:

python3 -m venv env

Activate the envirnoment:

on Windows:

.\env\Scripts\activate               

on Ubuntu:

source env/bin/activate

Install the reqeuirements:

pip install requirements.txt

Run migrations:

python manage.py makemigrations
python manage.py migrate

Run project:

python manage.py runserver

Acces the local API at http://localhost:8000/

Run tests:

python manage.py test

About

Este teste é apresentado aos candidatos as vagas de desenvolvimento Back-end para avaliar os quesitos técnicos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Procfile 0.2%