Skip to content

guto-alves/fatecando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fatecando Application

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.

Running Fatecando locally

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

everyone-screenshot

In case you find a bug/suggested improvement for Fatecando

Our issue tracker is available here: https://github.com/guto-alves/fatecando-web/issues

Working with Fatecando in your IDE

Please take a look at Working with Fatecando in Eclipse / STS - fatecando-api. The prerequisites and steps are the same.