https://github.com/maemoonfarooq/party-management-system
Party Management System A web-based application for managing parties and events, built using HTML, CSS, Node.js with Express, and MySQL. This system allows users to create, edit, and manage party details, including guest lists, schedules, and venue information, providing a seamless and efficient way to organize and track all aspects of the events.
https://github.com/maemoonfarooq/party-management-system
backend css express-js html javascript mysql mysql-database nodejs
Last synced: 2 months ago
JSON representation
Party Management System A web-based application for managing parties and events, built using HTML, CSS, Node.js with Express, and MySQL. This system allows users to create, edit, and manage party details, including guest lists, schedules, and venue information, providing a seamless and efficient way to organize and track all aspects of the events.
- Host: GitHub
- URL: https://github.com/maemoonfarooq/party-management-system
- Owner: MaemoonFarooq
- Created: 2024-06-20T19:38:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:06:47.000Z (11 months ago)
- Last Synced: 2025-01-28T15:41:06.211Z (4 months ago)
- Topics: backend, css, express-js, html, javascript, mysql, mysql-database, nodejs
- Language: HTML
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To start the deplyment server do the following:
1) Install Node Modules using the following command in the terminal of your project directory
npm install
2) Now in the index.js change the contents of your own contents of your mysql database
3) Also make the database in your mysql (ill upload my sql database code soon)
4) Run the code using node index.js