Skip to content

Latest commit

 

History

History
91 lines (61 loc) · 2.07 KB

README.md

File metadata and controls

91 lines (61 loc) · 2.07 KB

Agata Project - Azazel

Azazel license PyPI GitHub top language

TravisCi Coverage Status Ebert GitHub issues

GitHub last commit GitHub contributors GitHub stars

Description

Um webservice para o backend da semana da computação.

Motivation

Table of Contents

Environment

Environment Dependences

  • Postgresql 10.4
  • Python 3.6.5
  • pyenv
  • pipenv

Environment Init

  • open shell end load .env
pipenv shell
  • install python dependences
pipenv install
pipenv install --dev

Environment Variables

cp .env.example .env

Development

Create DB

pipenv run setupdbdev
pipenv run setupdbtest
pipenv run migrate

Run

pipenv run server

Version History

See CHANGELOG.md

License

LICENCE