Coder Social home page Coder Social logo

eventify's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.