Skip to content

codingtim/blogging-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogging-platform

Small blogging application, created for the purposes of Tidy Java blog. If you want to learn more about how it's designed and built, there's no better place than the Blogging Platform series. Project is Open Source and "Unlicensed", so anybody can contribute or create her/his own project based on this one.

Build & Run

To build the project, you can use the following command:

gradle assemble

To run the project use:

gradle bootRun

Or run BloggingPlatform class from your IDE.

Contribution guidelines

Coding style:

  • Use Intellij's default formatting settings. If you're using a different IDE, make sure to configure it accordingly.

How to get started?

  • Get the project.
  • Write some good code.
  • Issue a pull request.

I will try to keep a backlog in the issues tab, so that anybody can find herself/himself a task if he wants to.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 64.0%
  • Groovy 27.0%
  • FreeMarker 9.0%