Skip to content

codeverso/ms-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Users Microservice

last_commit

Spring Boot, Flyway, Postgres, Docker and MockMvc Rest API Tutorial

Restful CRUD API for a simple Goals microservice using Spring Boot, Postgres, Docker and MockMvc.

Microservice used for youtube videos tutorials.

How to run

Go into the repository you just cloned:
cd ms-users

Build and download all the dependencies from the application:
mvn clean install

Build the dockerfile to create the image's application:
docker build -t codeverso .

Run the docker-compose file:
docker-compose -f src/main/resources/docker-compose/docker-compose.yml up -d

To check if the Postgres and Codeverso images are running using the command:
docker ps

If everything is working good, you can call the endpoints from the container through the url:
http://localhost:8082/users

Contributors ✨


Gabriel Babler

💻

Murillo Welsi

🧪

Alexandre Pansan Jr.

💻

About

Microservice used for youtube videos tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages