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
# 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
- 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]