Skip to content

You will get acquainted with server development on Spring Boot and touch on some basic topics in Web-programming such as HTML, CSS, and JS.

Notifications You must be signed in to change notification settings

ReudyMiguel20/Code-Sharing-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetBrains Academy - Code-sharing Platform


Code-sharing Platform is a graduate project for the Java Full Stack Developer track.

About

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 secure version of a code-sharing platform.

Learning Outcomes

You will get acquainted with server development on Spring Boot and touch on some basic topics in Web-programming such as HTML, CSS, and JS.


What you’ll do and what you’ll learn

Task Details

  • Show the code!: Show the same code snippet over and over in the API and the web interface
  • POST updates: Use POST requests to update the snippet and make your program display the time of the most recent update
  • Snippets feed: Use the template engine FreeMarker to easily implement the latest snippets feed
  • Work with the database: Use a database to store all the code snippets
  • Super secret snippets: Implement a few access restrictions for the top-secret code snippets

About

You will get acquainted with server development on Spring Boot and touch on some basic topics in Web-programming such as HTML, CSS, and JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages