Eventify(https://eventify-demo.herokuapp.com/) is a event management tool with payment integration and admin tools.
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 devMONGO_URL = "" Your app should now be running on localhost at port 80.
-
Fork this repository, star this repository , and clone it onto your machine.
git clone https://github.com/<my_account>/Eventify.git -
Create a new branch and switch to it.
cd Eventify git checkout -b <new_branch_name> -
Push the commit to GitHub.
git push origin <new_branch_name> -
Make a pull request on GitHub.
