Welcome to EvenTara, your go-to event management solution! Create, update, and delete events seamlessly with authentication and authorization powered by Clerk. Integrate Stripe for secure payment processing.
Visit the site: EvenTara
- Event Management: Create, update, and delete events effortlessly.
- Authentication and Authorization: Powered by Clerk for secure user management.
- Payment Integration: Stripe integration for secure payment processing.
- Clone the repository:
git clone https://github.com/yourusername/EvenTara.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000
Contributions are welcome! Follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit:
git commit -m 'Add a new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.
Have any suggestions or found a bug? Open an issue here. Your feedback is highly appreciated!
This project is licensed under the MIT License - see the LICENSE file for details.