Skip to content

Commit

Permalink
Implementadas rotas de autenticação e login (admissoesevida#62)
Browse files Browse the repository at this point in the history
* Refatorados Controllers pra usar Express Router

* Implementadas rotas de autenticação e login

* Incluída variável de ambiente no Travis para NODE_ENV
  • Loading branch information
paulojunior95 authored Apr 14, 2019
1 parent 0c4b8fc commit 43ee287
Show file tree
Hide file tree
Showing 19 changed files with 756 additions and 326 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ node_js:
- '10'
env:
global:
- NODE_ENV=development
- DB_PASSWORD=rootpassword
- DB_USERNAME=root
- DB_DATABASE=admv
Expand Down
Loading

0 comments on commit 43ee287

Please sign in to comment.