Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 964 Bytes

README.md

File metadata and controls

48 lines (39 loc) · 964 Bytes

Aajao

MNNIT events platform

Features

  • User authentication with Auth.js
  • Event creation and management
  • Image and file uploads using UploadThing
  • Event search and filter functionality

Tech Stack

  • 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.

Getting Started

  1. Clone the repository: bash git clone https://github.com/fvizpal/aajao.git

  2. Install dependencies:

npm install
# or
yarn install
# or
pnpm install
# or
bun install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 with your browser to see the result.