Skip to content

AI-based SaaS Event Marketplace for user auth, profile & location, purchase & rewards, org dashboard, event listings near you, ticket bookings via affiliate links. Organizations can register, host virtual meetups with rich chat & AI features in subscription plans. AI powers recommendations, semantic search, analytics, chatbot, fraud detection, ....

Notifications You must be signed in to change notification settings

amangit1314/Pulse

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Project Setup

BACKEND

First, go to omnify_mini_event_management_system_backend and set below mentioned keys in the .env to start node.js, express.js server.

.env Keys:

DATABASE_URL="YOUR_POSTGRES_DB_URL"
PORT=4000 # Set it as it is this is the port where your backend is running.
FRONTEND_URL="http://localhost:3000" # or the port where frontend is running to enable cors.

After this run below commands one by one to start the dev server:

npm install
npx prisma migrate dev --name setup #to setup prisma orm
npx prisma generate #to generate prisma client
npm run build && npm run start # to start backend api server
npm run docs #to setup and see the swagger api docs
npx prisma studio # to see the db content as a db studio in you browser on default port: http://localhost:5555

FRONTEND

Now go to omnify_mini_event_management_system folder and set keys.

.env Keys:

NEXT_API_BASE_URL: # in here put the main url such as http://localhost:4000/api

After this run below command to start the frontend:

npm install
npm run dev

Then you can access the frontend on: http://localhost:3000

Tech stack

Frontend: Next, Tailwind, Axios, Shadcn-ui, Zustand, React Query

Backend: Node, Express, Typescript, Prisma ORM, Supabase (As PostgreSQL Provider)

Video Link:

Loom

About

AI-based SaaS Event Marketplace for user auth, profile & location, purchase & rewards, org dashboard, event listings near you, ticket bookings via affiliate links. Organizations can register, host virtual meetups with rich chat & AI features in subscription plans. AI powers recommendations, semantic search, analytics, chatbot, fraud detection, ....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published