Skip to content

Ashrockzzz2003/pragati24_web

Repository files navigation

Pragati 2k24

MBA Techfest Website Source Code.

Tech Stack

Note

Backend Code is not open source due to security policy.

Purpose Tech
Backend ExpressJS, MySQL
Frontend NextJS, TailwindJS, PayU
Deployment nginx

Screenshots

Home

image

Login

image

Register

image

Events

image

image

Brochure

image

Schedule

image

Profile

image

Registered Event Receipt

image image

Transaction History

image

Payment

image image image

Success

image

Failure

image

Pending

image

Note

Payment credentials have not been uploaded due to security policy.

Installation

  1. Install Node.js and npm
  2. Install dependencies.
npm i
  1. Run the app.
npm run dev