Skip to content

This is a job challenge provide by company MapeSolutions, where I need to deploy a medical report

Notifications You must be signed in to change notification settings

linikerunk/medical-report

Repository files navigation

Challenged Mapes Solutions

Link to access the app : https://relatorio-medico.herokuapp.com/ Link to access the app as admin : https://relatorio-medico.herokuapp.com/admin

This is a challenge for the MAPESolutions where needs to do a sequence of steps, the step that need to implementation is below.

The test consists of implementing a scenario, to demonstrate knowledge in the following technologies: django, jquery, bootstrap, postgresql and unit tests.

  • Django
  • jQuery
  • Bootstrap
  • Postgresql
  • Unit tests
  • Deploy on Heroku

Modelo de Template

Captura de tela de 2020-09-27 23-15-46

How to run this project

# python version 3.8 
git remote add origin https://github.com/linikerunk/medical-report.git

python -m venv venv_name /
python3 -m venv venv_name 

pip install -r requirements.txt
python manage.py migrate
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Test

  • Lib - Coverage
  • Django - django.test
coverage manage.py run
coverage report
coverage html

this is a test doing for the data migrate for two files [consulta.csv] [exames.csv] test

first _test

Insert date in the tables

datamigrate

PostegreSQL

post

About

This is a job challenge provide by company MapeSolutions, where I need to deploy a medical report

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published