Simple event management created with Next.js.
- Authentication: Secure user authentication using NextAuth.
- Event Management: Create, update, and delete events.
- Real-time Updates: Real-time updates for event changes.
- Clone the repository:
git clone https://github.com/iamfrerot/gobievents.git
- Install dependencies:
cd gobievents npm install
- Create a
.env
file and add your environment variables:MONGODB_URI=your_mongodb_uri NEXTAUTH_URL=your_nextauth_url
- Run the development server:
npm run dev
- Access the application at
http://localhost:3000
. - Register and log in to manage events.
Contributions are welcome! Please open an issue or submit a pull request.