Skip to content

aldekal/famapi

Folders and files

NameName
Last commit message
Last commit date
Dec 9, 2024
Nov 1, 2024
Jan 6, 2025
Feb 17, 2024
Jan 6, 2025
Nov 1, 2024
Nov 3, 2024
Dec 9, 2024
Dec 12, 2024
Feb 21, 2024
Dec 12, 2024
Nov 1, 2024
Nov 4, 2024
Jan 13, 2025

Repository files navigation

famapi

A RESTful API for managing family trees.

Prerequisites

Run

Recommended: To use the Maven Wrapper and the provided JDK, run the following command to start the server:

  • Windows
    ./mvnw.cmd spring-boot:run
  • Linux
    ./mvnw spring-boot:run

You can also run the following command to forces the use of the Maven Central Repository

    ./mvnw.cmd -s .\.mvn\wrapper\settings.xml spring-boot:run

Note: to The flag -s .\.mvn\wrapper\settings.xml forces the use of the Maven Central Repository for downloading dependencies, overriding any settings in the .m2/settings.xml file.

The server will start on localhost:8080.

API Documentation

Swagger UI

swagger is available http://localhost:8080/swagger-ui/index.html

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages