1
1
# Evently ... An Event Management Portal!
2
2
3
- ## 1. Project description?
3
+ ## 1. Project description:
4
4
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.
6
6
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:
8
17
9
18
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")
10
19
@@ -17,30 +26,56 @@ https://github.com/AAdewunmi/Event-Management-System-Java.git
17
26
2 . How to use:
18
27
19
28
a. Open project in NetBeans
29
+
20
30
b. Start SQL Server
31
+
21
32
c. Start Apache Tomcat Server
33
+
22
34
d. Run the application in the IDE (NetBeans)
23
- e. You have two choices at the "Evently" landing page
24
35
25
- (i) Login as an admin
26
- List of Admin usernames and password
36
+ e. You have two choices at the "Evently" landing page:
27
37
28
- "A101"; "Admin101";
38
+ (i) Login as an admin
39
+ List of Admin usernames and password
29
40
30
- "A202 "; "Admin202 ";
41
+ "A101 "; "Admin101 ";
31
42
32
- "A303 "; "Admin303 ";
43
+ "A202 "; "Admin202 ";
33
44
34
- "A404 "; "Admin404 ";
45
+ "A303 "; "Admin303 ";
35
46
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:
41
54
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.
43
58
44
- ## 4 Screenshot of the landing page.
59
+ ## 5. Screenshot of the landing page
45
60
46
61
![ 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