Skip to content

CeciaVarelaRodriguez/2023-BFS-1-G3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2023-BFS-1-G3

  • Cecía Varela
  • Juan Carlos Fontán
  • Virginia García

Getting Started

First init and after modify any DTO or Entity

mvn clean install

Launch database

mvn exec:java -Prun_database

Launch backend

We strongly recommend launching the server in debug mode when you are doing active development. To do this, go to the Application class inside your src/main/java folder.

Launch in debug

If you are no longer doing active development on the backend (e.g.: you are developing the frontend), you can launch the backend by running the mvn spring-boot:run command. To make sure that you are launching the backend with the source code up to date, you can first run a mvn clean install command.

mvn clean install
mvn spring-boot:run

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 47.2%
  • Java 24.8%
  • HTML 15.5%
  • SCSS 6.4%
  • CSS 3.4%
  • JavaScript 2.7%