Skip to content

suvasreeMondalDev/Eventify

 
 

Repository files navigation

Eventify

Eventify(https://eventify-demo.herokuapp.com/) is a event management tool with payment integration and admin tools.

Running Locally

Make sure you have Node.js installed. Also create the .env file and add environment variables as mentioned below.

git clone git@github.com:devansh016/Eventify.git
npm install
npm run dev

Environment Variable Required

MONGO_URL = "" 

Your app should now be running on localhost at port 80.

Make Your First Contribution

  1. Fork this repository, star this repository , and clone it onto your machine.

    git clone https://github.com/<my_account>/Eventify.git
    
  2. Create a new branch and switch to it.

    cd Eventify
    git checkout -b <new_branch_name>
    
  3. Push the commit to GitHub.

    git push origin <new_branch_name>
    
  4. Make a pull request on GitHub.

User Interface

Light Mode

Eventify Home

About

Eventify is a complete event registration management solution.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.7%
  • CSS 25.3%
  • JavaScript 9.6%
  • EJS 3.4%