/greentower-backend

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

Primary LanguageJava

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