GeorgiosDrivas / codekeep-backend

Spring Boot CRUD API for codekeep project.

Repository from Github https://github.comGeorgiosDrivas/codekeep-backendRepository from Github https://github.comGeorgiosDrivas/codekeep-backend

CodeKeep backend API

This repository contains the API used in the codekeep project. It is a code-snippet management API in JSON format that allows the user to create an account and create / update / delete snippets.

Tech Stack

  • Java
  • Spring Boot
  • Maven
  • Docker
  • PostgreSQL

Features

  • Create account ( /login )
  • Create code snippet ( /addSnippet )
  • Edit code snippet ( /snippets/{id} )
  • Delete code snippet ( /snippets/{id} )
  • Edit account information ( /users/{id} )

About

Spring Boot CRUD API for codekeep project.


Languages

Language:Java 95.9%Language:Dockerfile 4.1%