-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05304bf
commit aa69653
Showing
3 changed files
with
41 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|