This is a fullstack application designed to make event management easier by providing a user-friendly interface for creating, organizing, and tracking events. Users can register and log in to manage their events, view event details, and receive real-time notifications about updates and changes..
- Frontend: [React, Redux, Tailwind ]
- Backend: [Typescript, Node.js, Express, Redis.]
- Database: [ PostgreSQL]
- Testing: [Jest, SuperTest]
- Other Tools: [ApexChart,PassportJs, Jwt, Helmet.js, oauth]
Before you begin, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/rustumsk/EventManagementSystem.git
- Navigate to the project directory:
cd EventManagementSystem - Install the backend dependencies:
cd backend npm install - Install the frontend dependencies:
cd frontend npm install
- Start the backend server:
cd backend cd src npm run build npm run start
- Start the frontend server:
cd frontend npm run dev
- Fork the Repository: Click on the "Fork" button in the top right corner of the repository page.
- Create a New Branch:
git checkout -b feature/YourFeatureName
- Make Your Changes: Implement your feature or fix in this branch.
- Commit Your Changes:
git commit -m "Add your commit message here" - Push to Your Fork
git push origin feature/YourFeatureName
- Open a Pull Request: Go to the original repository and click on the "New Pull Request" button.
- Create a .env file in the backend directory.
- Please install PostgreSQL 17 on ur own machine, and change the DEVCONNECT connecting string in the .env file.
- the .env file is also in the email, please just add it on the backend directory and change the connection string to the connection string of ur own postgresql db instance.