Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
/ simple-rest-app Public archive

Very simple and general rest application to use as base for future backend apps

License

Notifications You must be signed in to change notification settings

ricardoaat/simple-rest-app

Repository files navigation

Simple-REST-App


A simple backend application made on java (Spring Boot Framework) using spring boot security with JWT. Connects to a Postgres DB running in a docker.

DOCKER


BUILD TOMCAT DOCKER

Creates a tomcat docker container ready to run the application exposing port 8080

make tom-build

RUN TOMCAT DOCKER

To run the tomcat contaner use

make tom-run

RUN POSTGRES DOCKER

To create/run the postgres docker container use

make db-run

START BOTH CONTAINERS

make farm-start

STOP BOTH CONTAINERS

make farm-stop

BUILD COMMANDS


BUILD

Creates a fat .war containing the app.

make build

BUILD AND DEPLOY

make build-deploy

Author


Ricardo Arcila%

About

Very simple and general rest application to use as base for future backend apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published