Skip to content

Commit

Permalink
added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hubofyashraj committed Jan 29, 2022
1 parent 05304bf commit aa69653
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 152 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#OSPITALITY SERVER

##Intro
###
This is a project that i did while pursuing B.Sc. Honours degree.

#
##Requirements
64-bit architecture

MySQL (Xampp works fine) (must be accessible from command line)

Java-17

#
##Functionalities
Installer can be downloaded from releases or Intelli-J Idea can be used to run source code.

After Running the Application enter your MySQL user id and password.
(Make sure the MySQL server is up and running.)

On Successful Login into MySQL the Server Application will check for database existence and create the database if it wasn't created already.

The Database Script will be saved in C:\\ospitality folder.

An Account for Administrator will be created Already with below Credentials.

>***Default User ID For logging into client application***
>
>id: ADM1001
>
>pass: aa
After Logging in Two buttons are there

**start server**: to start the ospitality server listening on **PORT 5678**.

**stop server**: will stop the server and disconnect all users connected via client application.

Logs tab on upper left side shows the logs of server by showing incoming request.

152 changes: 0 additions & 152 deletions scrip.sql

This file was deleted.

Binary file removed src.zip
Binary file not shown.

0 comments on commit aa69653

Please sign in to comment.