Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreyhuey/eventsmingle
https://github.com/andreyhuey/eventsmingle
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreyhuey/eventsmingle
- Owner: Andreyhuey
- Created: 2024-04-08T19:27:03.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-02T21:15:12.000Z (7 months ago)
- Last Synced: 2024-05-03T06:26:18.079Z (7 months ago)
- Language: TypeScript
- Homepage: https://eventsmingle.vercel.app
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WELCOME TO EVENTSMINLGLE
###
Temporarily stopped beacause of tasks at hand
## INTRODUCTION
This is a FullStack Typescript Nextjs Event ticketing application
## Tools
### UI tools
[Shadcn](https://ui.shadcn.com/docs/installation/next) a UI library for faster development
[React Hook Form](https://ui.shadcn.com/docs/components/form) Building forms with React Hook and Zod
[React Date Picker](https://www.npmjs.com/package/react-datepicker) A simple and reusable datepicker component for react.
### Clerk Docs
[Clerk](https://clerk.com) for authentication and complete user management
[Clerk webhooks](https://clerk.com/docs/integrations/webhooks/sync-data) for syncing data with the backend
### Database
[MonogoDB](https://www.mongodb.com/atlas/database) for backend's database
### Functions
[Serverless Functions](vercel.com/docs/functions/serverless-functions)Read about serverless function provided from vercel
### Uploading Images in NextJs
[Upload Thing](https://docs.uploadthing.com/) The easiest way to add file uploads to my full stack typescript application
## Project Source
This are the sources from which i am learning this project
[Javascript Mastery Youtube Video](https://www.youtube.com/watch?v=zgGhzuBZOQg&t=4365s)
[Github directory](https://github.com/adrianhajdin/event_platform)