Web Event Ticketing App is a mini project that's given by purwadhika as a task for accomplishing purwdhika graduation requirement. People are able to visit this web app and signing up themself either as customer or organizer who create event. Customer can buy the event tickets and make a transaction inside the web app, also customer who attanded the event can give rating for the organizer.
-
Clone the project repository:
git clone https://github.com/rizqiamad/minpro-frontend.git cd minpro-frontend -
Install required packages and dependencies:
npm install
-
Use Free account for user
username: Maman Nurjaman password: test123
or organizer
username: Meriah password: test123
-
Start the development server:
npm run dev
dev: Starts the application in development modebuild: Compiles typescript and builds nextjs projectstart: starts the application in production modelint: Runs ESLint on the src directory with specific options.
To build the project, run:
npm run build