Skip to content
/ feed-api Public

Restful API with Spring Boot and MySQL in Docker

Notifications You must be signed in to change notification settings

h4z3l/feed-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed API

Spring Boot restful API for users and feeds using MySQL and docker-compose

1. Requirements

This project has the following dependencies:

* Docker and docker-compose
* Spring Boot
* Gradle
* Java 8

2. Setup the application

The application jar file must be built on the host, run

$ ./gradlew build jar

To build the application docker image, run

$ docker build -t feed-api .

3. Run the application

From the root of the project, run

$ docker-compose up

About

Restful API with Spring Boot and MySQL in Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published