ikuisma / stackoverclone

StackOverClone is a simple question and answer site intended for personal small scale use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StackOverClone

StackOverClone is a simple question and answer site intended for person small scale use. The application allows for any registered users to post and answer questions but no tagging or search functionality has yet been added. The application was created as the final project work for a web server development course done at the University of Helsinki.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order for the project to work you need to have a working installation of Java and Maven on your machine. Clone this repository, navigate to the root of the project and simply run the command below.

mvn spring-boot:run

This will launch the development environment of the application with a non-persistent database that you can play around with.

Running the tests

The automated tests can be run by navigating to the root of the project and executing the command below.

mvn test

The tests include mock MVC tests as well as FluentLenium automated browser tests. The test coverage is quite pitiful due to time constraints.

Built With

Authors

  • Yours truly - Initial work -

License

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

Acknowledgments

  • Pepsi Max, coffee and Fazer chocolate.

About

StackOverClone is a simple question and answer site intended for personal small scale use.


Languages

Language:Java 49.6%Language:HTML 34.1%Language:Shell 9.2%Language:Batchfile 7.1%