Skip to content

2gunshots/Eventify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventify

Your University Event Planner.

Whether you're planning a mind-blowing concert, an intimate workshop, or a bustling conference for you university, Eventify has got your back! Dive into a world where organizing events is as easy as pie (or as smooth as jazz, if you prefer).

Screenshots

Login Page Screenshot

Home Page Screenshot

Installation and Run Locally

To begin working with this project, follow these steps:

  1. Install Node.js and XAMPP:
  • Ensure Node.js is installed on your machine. You can download it from nodejs.org.
  • Install XAMPP to set up your MySQL database. You can download it from apachefriends.org.
  1. Open Your Project:
  • Use an IDE like VS Code to open your project files.
  1. Initialize the Project:
  • Open your IDE and navigate to the project directory in the terminal.
  • Run npm init -y to initialize a package.json file with default options.
  1. Install Dependencies:
  • Run the following command to install project dependencies:
npm install
  1. Start the Server:
  • Start your Node.js server. If you're using index.js as your main server file, run:
nodemon index.js

This assumes you have nodemon installed globally (npm install -g nodemon). Alternatively, use node index.js to start without nodemon.

  1. Connect to the Database:
  • Ensure XAMPP is running and MySQL is active.
  • Configure your database connection in your Node.js application (e.g., using mysql or sequelize packages).
  1. Test Your Application:

Tech Stack

Client: HTML, EJS, CSS, Bootstrap, JavaScript

Server: Node.js, Express

Database: MySQL(via phpMyAdmin)

Other Tools: npm, Figma, Postman, VS Code, Chrome Dev Tools, images from Pexels & Unsplash

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

🔗 Links

linkedin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages