Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavorix/corporate-event-planning-platform
Full Stack End-To-End Corporate Event Planning Platform
https://github.com/kavorix/corporate-event-planning-platform
chakra-ui nanostores nextjs postgresql react-hook-form supabase
Last synced: 6 days ago
JSON representation
Full Stack End-To-End Corporate Event Planning Platform
- Host: GitHub
- URL: https://github.com/kavorix/corporate-event-planning-platform
- Owner: Kavorix
- Created: 2024-11-27T01:43:00.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T01:51:31.000Z (2 months ago)
- Last Synced: 2025-01-26T13:13:39.026Z (6 days ago)
- Topics: chakra-ui, nanostores, nextjs, postgresql, react-hook-form, supabase
- Language: TypeScript
- Homepage: https://www.getsynk.co/
- Size: 508 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Corporate-Event-Planning-Platform
## Tech Stack
Synk is built with a robust technology stack to ensure a seamless and user-friendly experience:
- The frontend is built with Chakra UI and Next.js for a modern and interactive user interface.
- The backend is powered by Supabase, creating a multitude of junction tables for event_flows to map flights, activities, and hotels.
- The flights and hotels are sourced through Amadeus' enterprise APIs while activities were procured through partnerships with corporate event companies like Spaciously.
## Getting Started
To get started with Synk, follow these steps:
1. Clone the repository.
2. Install NPM packages: `npm install`
3. Start the server: `npm run dev`
4. Set up your `.env`. Refer to the `.env.example` for its structure.
5. Open your web browser and visit http://localhost:3000