Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahmadraza1394/psl-management-system
This is Pakistan Super League(PSL) Mangement which manage the detail of matches,players,grounds,managers and coaches of PSL.
https://github.com/ahmadraza1394/psl-management-system
css ejs-templates expressjs gemini-api html javascript nodejs oracle-database sql
Last synced: 13 days ago
JSON representation
This is Pakistan Super League(PSL) Mangement which manage the detail of matches,players,grounds,managers and coaches of PSL.
- Host: GitHub
- URL: https://github.com/ahmadraza1394/psl-management-system
- Owner: Ahmadraza1394
- Created: 2024-02-15T16:22:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T07:54:02.000Z (9 months ago)
- Last Synced: 2024-11-16T21:06:59.501Z (2 months ago)
- Topics: css, ejs-templates, expressjs, gemini-api, html, javascript, nodejs, oracle-database, sql
- Language: EJS
- Homepage:
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSL Management System
The PSL Management System is a web application designed to manage various aspects of the Pakistan Super League (PSL), including team information, player profiles, match schedules, and results.
## Features
- View and manage information about PSL teams, including team members, coaches, and support staff.
- Access player profiles with detailed statistics and performance history.
- Stay updated on match schedules, venues.
- Reserve a ticket before the match.
- Chatbot using Gemini pro model by Google## Technologies Used
- Frontend: HTML, CSS, JavaScript, EJS view engine
- Backend: Node.js, Express.js, SQL
- Database: Oracle (credentials required)## Getting Started
1. Clone the repository: `git clone https://github.com/Ahmadraza1394/PSL-Management-System`
2. Navigate to the project directory: `cd psl-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`