https://github.com/tiger-githubb/yala-events
Frontend of an event management platform . The project integrates features like event discovery, ticket booking, user authentication, and dynamic theming.
https://github.com/tiger-githubb/yala-events
Last synced: 8 days ago
JSON representation
Frontend of an event management platform . The project integrates features like event discovery, ticket booking, user authentication, and dynamic theming.
- Host: GitHub
- URL: https://github.com/tiger-githubb/yala-events
- Owner: tiger-githubb
- Created: 2024-12-01T10:00:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T22:59:02.000Z (about 1 year ago)
- Last Synced: 2025-04-10T21:10:02.285Z (11 months ago)
- Language: TypeScript
- Homepage: https://evely.vercel.app
- Size: 2.93 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yala - La Plateforme d'Événements au Togo
Yala est une plateforme innovante de gestion d'événements destinée à révolutionner la manière dont les événements sont organisés et réservés au Togo. Inspirée d'Eventbrite, notre solution permet aux utilisateurs de découvrir, organiser et réserver des événements de manière simple et rapide.
## Technologies
Ce projet est construit avec:
- [Next.js](https://nextjs.org) pour le frontend
- ElysiaJS pour le backend
- [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) pour l'optimisation des polices
## Getting Started
First, run the development server:
```bash
pnpm dev
# or
bun dev
```
Open `.env.local` and set the following environment variables:
```bash
NEXT_PUBLIC_API_URL=
NEXT_PUBLIC_STORAGE_URL=
NEXTAUTH_URL=http://localhost:3009/
NEXTAUTH_SECRET=
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
## Learn More
To learn more about Next.js, take a look at the following resources:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.