/Backend_CICD

This is a repo containing the backend code for my CICD project. It was made using java spring framework and postgresql database

Primary LanguageJava

Backend_CICD

Backend app for my CICD project

Build Status

Features

  • Post new users to the database
  • Get all users available
  • Edit users
  • Delete Users

Tech

The application uses a number of open source projects to work properly:

  • [Java-Spring] - Java enhanced for web apps!

Installation

The application requires maven to run.

Install the dependencies and devDependencies and start the server with the database using docker.

cd Backend_CICD
git checkout development
docker compose up