Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 2.48 KB

README.md

File metadata and controls

91 lines (75 loc) · 2.48 KB

Bootcamp Final Project

Created with 💛 by


Larissa Malagoli

💫

Joutavm

💻

Mogueno

🧙‍

Pedro Cattel

🍻

Wagner Negrao

🔥

Development

  • Java 11 properly installed.
  • Node.js v10 or superior.

Add the folowing Enviroment variables to your project:

Step 1

SCOPE and APPLICATION should have the values - local or test for the desired development ecosystem.

local uses the H2 database for the DB operations, and test uses the Fury Test database. (MYSql)

Step 2

SECRET_TOKEN variable should be created with a secure key for the correct functioning of the JWT protocol.

Fury

You may test and run the app though fury:

 fury test
 fury run

Idea

Just import the project as a maven project. You need to run IntelliJ Idea using Java 11 or a newer version. Refer to this article for help if you need to change it.