Skip to content

tmythicator/blogux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogux

The micro-blogging plattform. This is the distributed networks student project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  1. Make sure, you have Java installed. Type into terminal:
    java -version
    
  2. In order to build the project, you need to have Maven installed. Check it in terminal by typing:
    mvn --version
    
  3. To run the server make sure you have Redis installed.

Installing

A step by step series of examples that tell you have to get a development env running

To run the client from terminal, use:

mvn spring-boot:run

To run the server from terminal, use:

redis-server

Running the tests

TODO: Explain how to run the automated tests for this system

Break down into end to end tests

TODO: Explain what these tests test and why

Give an example

Deployment

TODO: Add additional notes about how to deploy this on a live system

Built With

Authors

Alexandr Timchenko
Asis Schaumarow
Iurii Luchnikov

See also the list of contributors who participated in this project.

License

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