This repository an Http REST Api server that provides a simple, small and cute SNS service!
We provide a list of API support through the Swagger documentation when running in local mode.
Client Repository is Here
Choi Eun Gi (@galaxy4276)
In this project, I did the overall application design and writing, and implemented an authentication system utilizing Spring Security and the Json Web Token specification.
I have also built a CI/CD environment utilizing Jenkins and DockerS
Han Ji Yeon (@Rungky)
I am a second year Java Spring developer and in this project, I contributed to the overall maintenance and code quality of the application by performing tasks related to application authentication.
Requires Docker Environment
-
moved directory to ./conf/local
-
write environment values for running application
.local.mariadb.env, .local.spring.example.env -> .local.spring.env
-
running command with docker-compose
docker-compose up
(Documentation will be attached.)