Skip to content

This project covers the core topics of the Java Full Stack Developer course of JetBrains Academy. This project created our own secure version of a code-sharing platform similar to open web resources such as Pastebin.

Notifications You must be signed in to change notification settings

dvcsr/CodeSharingPlatform

Repository files navigation

This is the Code-sharing Platform project I made myself.

In this project, I managed to successfully implement:

  • Show the same code snippet over and over in the API and the web interface
  • Use POST requests to update the snippet and make the program display the time of the most recent update.
  • Use the template engine FreeMarker to easily implement the latest snippets feed.
  • Use a database to store all the code snippets.
  • Implement a few access restrictions for the top-secret code snippets (time view limit and maximum view limit)

My JetBrains Academy profile: https://hyperskill.org/profile/619182939

About

This project covers the core topics of the Java Full Stack Developer course of JetBrains Academy. This project created our own secure version of a code-sharing platform similar to open web resources such as Pastebin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published