Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2017
Apr 6, 2018
Apr 6, 2018
Apr 6, 2018
Nov 10, 2017
Aug 22, 2017
Aug 30, 2017
Sep 11, 2017
Apr 6, 2018
Nov 10, 2017
Nov 10, 2017
Aug 22, 2017
Aug 22, 2017

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