In the Bulletin Board application, users can post and view messages at the bulletin board.
Demo is available at Heroku: http://bulletin-board-demo.herokuapp.com/
- H2 Database Engine - Open-Source Relational Database Management System
- Bootstrap - Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.
- Thymeleaf - Modern server-side Java template engine for both web and standalone environments.
- JDK - Java™ Platform, Standard Edition Development Kit
- Spring Boot - Framework to ease the bootstrapping and development of new Spring Applications
- Maven - Dependency Management
For building and running the application you need:
There are several ways to run a Bulletin Board application on your local machine. One way is to build and run it in your favorite IDE (com/underhill/nick/bulletinboard
class).
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run
After running Bulletin Board application you may follow to http://localhost:8080/ to see it in action
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
If you want to contact me you can reach me at m.podopryhora@gmail.com