/desafio-intmed

repository for selection test.

Primary LanguagePythonMIT LicenseMIT

API SILVERTEC INFORMÁTICA

api building for use in site Silvertec Informática

  • python 3.6+
  • django 2.0+
  • django-rest-framework 3+

Configurations

  • Create and activate env
python -m venv venv
souce venv/bin/activate
  • install dependencies
pip install -r requirements.txt
  • run migrations
python manage.py makemigrations
python manage.py migrate
  • create superuser
python manage.py createsuperuser
  • run tests
python manage.py test

Documentation API

clink for to view documentation