MNNIT events platform
- User authentication with Auth.js
- Event creation and management
- Image and file uploads using UploadThing
- Event search and filter functionality
- Next.js: The React framework for production.
- React.js: JavaScript library for building user interfaces.
- Auth.js: Authentication library for secure login.
- UploadThing: Simplified file uploads.
- MongoDB: NoSQL database for data storage.
- Prisma: Next-generation ORM for database access.
-
Clone the repository: bash git clone https://github.com/fvizpal/aajao.git
-
Install dependencies:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
- Open http://localhost:3000 with your browser to see the result.