- Database is hosted at
db4free.net
for testing. However you can use your local MySQL database - Queries for database schema initialization are contained in the
application
- Allows easy management among admin, manager and member for performing room booking
- Servlets are connected to JSP files to act as a controller
- All jar files are available in
application
- Database connection config is added in the
util
package
master
- Available for productiondevelop
- Still in development phase- Rest all the 8 branches belong to individual contributors connected to
develop
- Open terminal. Run the following command: git clone https://github.com/jaykhatri0875/meeting-room-booking-system
- Open Eclipse/STS and select any workspace
- After the workspace is open, select
File
->New
->Dynamic Web Project
- Uncheck default location and browse to
application
inside the newly created folder (in Step 1) - Name the project "Meetopia" (To avoid any build issues)
- Hit
Next
two times to move to the next page - Check on the
Create web.xml
and click onFinish
- Import
tomcat-api.jar
,json-simple-1.1.1.jar
via project build path - Import
mysql-connector-java-8.0.11.jar
similarly if connecting to RemoteDB - Run the project
- Clean and build the project via
Project
->Clean
- Clean the server published resources
- Run the project via
Run As
->Run on Server