bulletin-board

License: MIT

In the Bulletin Board application, users can post and view messages at the bulletin board.

Preview

Demo is available at Heroku: http://bulletin-board-demo.herokuapp.com/

Tech stack

Data

Client - Frontend/UI

  • 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.

Server - Backend

  • JDK - Java™ Platform, Standard Edition Development Kit
  • Spring Boot - Framework to ease the bootstrapping and development of new Spring Applications
  • Maven - Dependency Management

Requirements

For building and running the application you need:

Running the application locally

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact

If you want to contact me you can reach me at m.podopryhora@gmail.com

License

MIT