ZaTribune / code-sharing-platform

Code Sharing Web Application built with Spring Boot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-sharing-platform

There is a lot of collaboration in programming:
many projects require sharing your code with other developers. Using open web resources such as Pastebin is not always an option.
In this project, you will create your own (somehow but not optimal) secure version of a code-sharing platform.

OverView

This was a project I studied and worked on via this awesome educational platform called JetBrains Academy.
What's more interesting is that you can access it locally via IntelliJ's EduTools plugin.

overview

Technologies

  • Java 11
  • gradle
  • Spring data JPA
  • H2 Database

Notes

  • This project uses an "H2 Database" added on project directory.
  • Provided with a postman.collection file.

Authors

Linkedin

About

Code Sharing Web Application built with Spring Boot.


Languages

Language:Java 91.7%Language:HTML 8.3%