An open API service indexing awesome lists of open source software.

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.

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