Coder Social home page Coder Social logo

cake-manager's Introduction

Cake manager

Pre-requisites

Server

  • Java 17 SDK
  • Maven
  • Docker (optional)

Client

  • Npm
  • Docker (optional)

Server

Maven build

mvn clean package

Running server from command line

mvn spring-boot:run

Docker - build

cd cake-manager-server 
docker build -t cake-manager-server:0.0.1-SNAPSHOT ./

Test

Swagger

Spring actuator

###Client

Npm build

mvn i

Running client from command line

npm start

Docker - build

cd cake-manager-client
docker build -t cake-manager-client:0.0.1 ./

Test

Note, the server must be running to test the UI

Docker (both server and client)

start container

docker compose up -d

stop container

docker compose down

Changes from original project

Server

  • Modernised the server solution using Spring Boot and Spring data
  • Fixed issue with naming of entity and colum names
  • Altered column sizes (description column size the same as title)
  • Replaced servlets with RestControllers
  • Documented endpoints with Open API
  • Added spring actuator - provides operational information about the running application
  • Added swagger - helps with testing by providing access to the restful services from the web browser
  • Added tests

Client

  • The UI is completely missing. Following the guidance to produce a client/server solution with the UI developed using React

cake-manager's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.