Skip to content

Back-end web services (REST API + DB) developped with Spring Boot, mysql and Docker for a Discord bot

Notifications You must be signed in to change notification settings

MartinJeanne/linkstart-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linkstart-api

Back-end web services (REST API + DB) developped with Spring Boot, mysql and Docker for my Discord bot !

Setup

Create a database on localhost, then rename the file .env.example to .env
and set the variables in it to your database information.

Run

Run linkstart-api with you IDE:

Test the project

Make request with Postman, curl, or other tool to test the API.

Add a member with this HTTP POST method:

http://localhost:8001/api/members

And this body:

{
    "id": 1,
    "tag": test#0001
}

Retrieve the members with HTTP GET method:

http://localhost:8001/api/members

About

Back-end web services (REST API + DB) developped with Spring Boot, mysql and Docker for a Discord bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published