Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 3.68 KB

README.md

File metadata and controls

76 lines (51 loc) · 3.68 KB

SServer

SServer Application

The SServer java program is a TCP based server with blog storing/displaying functionalities using NoSQL database model. The program also includes REST API endpoint. For sserver guide see the wiki pages.

Java GitHub release (latest by date including pre-releases) GitHub top language GitHub issues License

Getting Started

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

  • Make sure that you have the java 17.0.1 or higher.
  • From the Releases section download the latest version .jar file.
  • Open a terminal in the same folder as .jar file.
  • In terminal execute the following command: java -jar sserver-0.0.1.jar This will start the program on port 8080.
  • If you want to change the port add the following argument: --server.port=8083
Home Page New Post REST API Errors
Home Page New Post REST API Errors

Features

  • Add blog content
  • REST API endpoint with support of GET,POST and DELETE methods
  • WYSIWYG Editor
  • HTML built with TailwindCSS

Built with

  • Java (17.0.1)
  • TailwindCSS

Frameworks:

  • Spring Framework

Authors

  • Hajebrahimi Alireza - iarata

License

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

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: