Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 857 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 857 Bytes

Gobievents

Simple event management created with Next.js.

Features

  • Authentication: Secure user authentication using NextAuth.
  • Event Management: Create, update, and delete events.
  • Real-time Updates: Real-time updates for event changes.

Installation

  1. Clone the repository:
    git clone https://github.com/iamfrerot/gobievents.git
  2. Install dependencies:
    cd gobievents
    npm install
  3. Create a .env file and add your environment variables:
    MONGODB_URI=your_mongodb_uri
    NEXTAUTH_URL=your_nextauth_url
  4. Run the development server:
    npm run dev

Usage

  • Access the application at http://localhost:3000.
  • Register and log in to manage events.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.