Table of Contents
Project Video Link: Click Here
Project Use Cases:
- A platform for young and aspiring programmers to keep track of any programming contest, hackathon, job opportunities etc.
- People can also add any any event if they are aware about.
- Completely Responsive and works on all devices
Various different technologies, frameworks and tools used in the building of this project are: -
You can also set up this project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software.
- Node JS
- NPM
- Get a free MongoDB URI at MongoDB.
- Clone the repository
git clone https://github.com/Assassin1771/EVENTIFY.git
- Install NPM packages
cd client npm install cd server npm install
- Enter your MongoDB URI in /server/index.js
- Run Project
cd server npm run start cd client npm run start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request