Warning: client only. Use REST API from back-end fatecando-api project. You need to start the back-end server before starting the front-end application.
Fatecando is a Spring Boot application built using Maven. You can run it from the command line:
git clone https://github.com/guto-alves/fatecando-web.git
cd fatecando-web
mvnw spring-boot:run -Dspring-boot.run.profiles=dev
You can then access Fatecando at http://localhost:8080
Our issue tracker is available here: https://github.com/guto-alves/fatecando-web/issues
Please take a look at Working with Fatecando in Eclipse / STS - fatecando-api. The prerequisites and steps are the same.