Skip to content

Application created to register people who are part of Green Software.

Notifications You must be signed in to change notification settings

gabriellmandelli/greentower-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreenTower-Api

Application created to register people who are part of Green Software.

Requirements

  • Java 8+
  • Gradle
  • PostgreSql

Runing

Using the IDE IntelliJ IDEA configure the Main class and execute the project.

The database is hosted on Heroku

To access all endpoints in the Insomnia, import Json available on Api-Docs.

The frontend of that application is in greensoftware-frontend.

Available

  • Email and password to login:
    {
        email: "greentower@greentower.com",
        password: "123456"
    }
    
  • Backend deployed on HEROKU available here
  • Frontend created with ReactJs and deployed on HEROKU available here
  • Documentation created by Swagger available here
  • Docker hosted on DockerHub, to execute run:
    docker pull gabriellmandelli/greentower-backend:latest
    

Dependencies

Tools used