An open API service indexing awesome lists of open source software.

https://github.com/devdhera/spring-boot-thymeleaf-starter

A Spring boot & thymeleaf starter that clones reddit
https://github.com/devdhera/spring-boot-thymeleaf-starter

spring-boot starter thymeleaf

Last synced: about 2 months ago
JSON representation

A Spring boot & thymeleaf starter that clones reddit

Awesome Lists containing this project

README

          

# Spring Boot - Thymeleaf Starter

This is a beginners guide to `Spring-boot` by building a **Reddit** Clone. Feel free to expand your knowledge using this project :heart:

## Getting Started

You can start using [this](https://github.com/DevDHera/Spring-Boot-Thymeleaf-Starter) starter by cloning repo.

```sh
git clone https://github.com/DevDHera/Spring-Boot-Thymeleaf-Starter.git
```

### Prerequisites

If you are a novice to the Java community please install [Java](https://www.java.com/en/download/help/download_options.xml) in your machine.

That's it :grin:

## Built With

* [Spring Boot 2](http://spring.io/projects/spring-boot)
* [Spring Framework 5](http://spring.io/projects/spring-framework)

## Contributing

Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Authors

* **Devin Herath** - [95Revolution](https://www.95revolution.com/)

See also the list of [contributors](https://github.com/DevDHera/Spring-Boot-Thymeleaf-Starter/graphs/contributors) who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details

## Acknowledgments

* Thank you PurpleBooth for the [README Template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2)
* Thank you to the Spring Boot team for the awesome framework!