Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 816 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 816 Bytes

LABES (Laboratório de Engenharia de Software, Software Engineering Laboratory)

Trabalho final da disciplina de LABES (Laboratório de Engenharia de Software) no ano de 2019 na Universidade Federal do Pará, construído com os esforços da turma toda.

Build Setup

# install dependencies (once)
$ npm install

# run the migrations and create the seeds (once)
$ npm run makedb

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run production

Setup environment variables

You can make a file named .env at root level to define variables for both development or production.

It's highly advisable that you at least generate an application secret on it.

For an example with all available settings refer to .env.example.