Skip to content

TheFisola/simple-user-management-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USER MANAGEMENT APP

To Run you'd need to provide the following credentials;

  • spring.mail.username=
  • spring.mail.password=
  • spring.flyway.url=
  • spring.flyway.user=
  • spring.flyway.password=
  • spring.datasource.url=
  • spring.datasource.username=
  • spring.datasource.password=

see application.properties for example

  • Database: POSTGRES (SQL)
  • Migration: FLYWAY
  • ORM: HIBERNATE

For local developement create a application-dev.properties file with the necessary credentials On localhost port is currently set at 7070

Link to swagger: localhost:7070/swagger-ui.html

About

A simple user management api written in springboot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages