Skip to content

Commit 857d6ed

Browse files
authored
Update README.md
1 parent 725855c commit 857d6ed

File tree

1 file changed

+52
-17
lines changed

1 file changed

+52
-17
lines changed

README.md

Lines changed: 52 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
# Evently ... An Event Management Portal!
22

3-
## 1. Project description?
3+
## 1. Project description:
44

5-
Evently is an Event Management System. It is a Web Application for registering events, and it's been built using HTML/CSS, Java 11 and MySQL.
5+
Evently is an Event Management System. It is a Web Application for registering events.
66

7-
## 2. Installing:
7+
It allows access to two types of users, with the following functions:
8+
9+
1. Administrator -> Log in, Create Events, View Participant Events, View Participant Payments, Log Out.
10+
2. Participant -> Register As New User, Log In As Existing User, Create Events, Pay For Events, View Events, Log Out.
11+
12+
## 2. Tech Stack:
13+
14+
HTML/CSS, Java 11, Java Servlet, JDBC, MySQL/MySQL Workbench/MySQL Server, Apache Tomcat Server, Git/GitHub.
15+
16+
## 3. Installing:
817

918
Prerequisite: Apache NetBeans 13.0, Apache Tomcat Server 10.0, MySQL Server, MySQL Workbench (Optional ... I prefer to perform MySql operations at the command line "mysql -u root -p")
1019

@@ -17,30 +26,56 @@ https://github.com/AAdewunmi/Event-Management-System-Java.git
1726
2. How to use:
1827

1928
a. Open project in NetBeans
29+
2030
b. Start SQL Server
31+
2132
c. Start Apache Tomcat Server
33+
2234
d. Run the application in the IDE (NetBeans)
23-
e. You have two choices at the "Evently" landing page
2435

25-
(i) Login as an admin
26-
List of Admin usernames and password
36+
e. You have two choices at the "Evently" landing page:
2737

28-
"A101"; "Admin101";
38+
(i) Login as an admin
39+
List of Admin usernames and password
2940

30-
"A202"; "Admin202";
41+
"A101"; "Admin101";
3142

32-
"A303"; "Admin303";
43+
"A202"; "Admin202";
3344

34-
"A404"; "Admin404";
45+
"A303"; "Admin303";
3546

36-
(ii) Login as a participant:
37-
- Register as new participant or
38-
- Login as existing participant
39-
40-
## 3. Nice to haves:
47+
"A404"; "Admin404";
48+
49+
(ii) Login as a participant:
50+
- Register as new participant or
51+
- Login as existing participant
52+
53+
## 4. Nice to have:
4154

42-
Payment gateway i.e. PayPal, Apple Pay, Google Pay etc.
55+
Payment gateway i.e. PayPal, Apple Pay, Google Pay etc.
56+
57+
Email / Text message notification.
4358

44-
## 4 Screenshot of the landing page.
59+
## 5. Screenshot of the landing page
4560

4661
![Image description](web/screenshot.jpeg)
62+
63+
## 6. Source:
64+
65+
- Adapted from:
66+
67+
UDEMY: Java Programming Bootcamp, Develop 20 Real World Projects, Java Web Application Development Course,
68+
69+
Learn To Build Projects Using JSP, JDBC, Servlets, Swing, Spring Boot, Hibernate
70+
71+
- Project Name:
72+
Project 2: Event Management System
73+
74+
- Created by:
75+
Engineering.Org.In
76+
77+
- Date Created:
78+
Last updated 11/2021
79+
80+
- URL:
81+
https://www.udemy.com/course/build-real-world-java-projects-jsp-servlets-springboot/

0 commit comments

Comments
 (0)