A public platform for managing events, allowing users to create, view, and delete various events created by everybody.
To install the Event Management Platform, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/ArcLKN/Event-Management-Platform.git- Navigate to the project directory:
cd event-management-platform- Install dependencies:
npm install- Configure your environment variables. Create a .env files and add the following environnement variables :
PORT=7000
MONGOURI=- Start the server:
npm startOnce the server is running, you can access the platform by navigating to http://localhost:7000 in your web browser.
- You can view a calendar with your events.
- Click on previous and next to access the different weeks.
- Create events on the left sidebar.
- Double click on an event to get infos on it.
The Event Management Platform requires the following environment variables to be set:
PORT: // The port on which the server will run. By default: 7000.
MONGOURI: //The MongoDB connection URI.I welcome contributions from the community! To contribute to the Event Management Platform, please follow these guidelines:
- Fork the repository and create a new branch for your feature or bug fix.
- Make your changes and ensure that all tests pass.
- Submit a pull request with a clear description of your changes.
- For major changes, please open an issue first to discuss the proposed changes.
- No but nobody will see this or ever contribute because it's just a dummy project, so do whatever you want.
For questions or support, please contact me at raphaelgreiner0@gmail.com.