Skip to content

its-muchiri/The-event-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎉 Event Webpage Template

A fully functional event webpage template built using Node.js, Express, and SQL — crafted in my free time. This template is great for hosting events like conferences, meetups, workshops, and more. It includes both frontend and backend functionality to handle event content and user registrations.

⚙️ Tech Stack

  • Frontend: HTML5, CSS3, JavaScript
  • Backend: Node.js, Express
  • Database: SQL (MySQL/PostgreSQL/SQLite - configure as needed)

✨ Features

  • Responsive and modern UI
  • Event schedule and speaker sections
  • User registration form with backend integration
  • Admin-friendly database structure
  • Customizable content and styling

🚀 Getting Started

1. Clone the Repository

git clone https://github.com/its-muchiri/event-webpage-template.git
cd event-webpage-template

2. Install Dependencies

npm install

3. Configure the Database

Update the database configuration in config/db.js (or wherever your DB settings are):

const db = mysql.createConnection({
  host: 'localhost',
  user: 'yourUsername',
  password: 'yourPassword',
  database: 'eventdb'
});

Make sure to create the corresponding database and tables. You can include an SQL file like schema.sql to help with setup.

4. Run the App

npm start

Then open your browser and go to http://localhost:3000

🧱 Project Structure

event-webpage-template/
├── public/           # Static frontend files (HTML, CSS, JS)
├── routes/           # Express route handlers
├── views/            # HTML templates (if using a templating engine)
├── config/           # DB config and other setup
├── app.js            # Main Express app
├── package.json
└── README.md

📸 Screenshot

screenshot

🔗 Live Demo

Check out the live demo (optional)

📄 License

This project is licensed under the MIT License.


Made with ❤️ during my free time. Feel free to use it, modify it, or contribute! MADE IN CHINA ^^>>00<<^^


---

About

event webpage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published