https://github.com/ahmadraza1394/event-mangement-system
The Event Mangement System manage different event like school,wedding and conference event
https://github.com/ahmadraza1394/event-mangement-system
bootstrap css ejs-templates expressjs html javascript nodejs oracle-database sql tailwindcss
Last synced: 2 months ago
JSON representation
The Event Mangement System manage different event like school,wedding and conference event
- Host: GitHub
- URL: https://github.com/ahmadraza1394/event-mangement-system
- Owner: Ahmadraza1394
- Created: 2024-04-05T17:21:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T18:41:18.000Z (about 2 years ago)
- Last Synced: 2026-01-03T12:25:09.589Z (5 months ago)
- Topics: bootstrap, css, ejs-templates, expressjs, html, javascript, nodejs, oracle-database, sql, tailwindcss
- Language: EJS
- Homepage:
- Size: 31.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Event Management System
The Event Management System is a web application designed to manage various types of events, including school events, weddings, and conferences.
## Features
- Create and manage different types of events.
- Organize event details such as date, location, and attendees.
- Customize event settings and permissions.
## Technologies Used
- Frontend: HTML, CSS, JavaScript, EJS view engine
- Backend: NodeJs, ExpressJs,SQL
- Database: Oracle (credentials required)
## Getting Started
1. Clone the repository: `git clone https://github.com/Ahmadraza1394/Event-Mangement-System`
2. Navigate to the project directory: `cd event-management-system`
3. Install dependencies: `npm install`
4. Set up Oracle database credentials:
- Add your Oracle database credentials in dbConfig.js using the following format:
```javascript
module.exports = {
user: 'your_username',
password: 'your_password',
connectString: 'your_connection_string'
};
```
5. Run the application: `npm start`