Skip to content

Fatalito/cake-manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Info
=====================

To run a server locally execute the following command:

`mvn spring-boot:run`

and access the following URL:

`http://localhost:8282/`


To build image

docker build -t waracle/cake-manager:1.0-SNAPSHOT .

To run image

docker run -d -p 8282:8282 waracle/cake-manager:1.0-SNAPSHOT 

The project loads some pre-defined data in to an in-memory database.

With
* Tests
* Continuous Integration via any cloud CI system
* Containerisation

No
* Authentication via OAuth2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.9%
  • HTML 12.1%
  • Dockerfile 2.0%