Projekt "Eventownik" to aplikacja webowa zaprojektowana do zarządzania rezerwacjami pokoi i stolików podczas balu inżynierskiego. Głównym celem aplikacji jest ułatwienie organizatorom i uczestnikom procesu rezerwacji, zapewniając intuicyjny interfejs do przeglądania dostępnych miejsc oraz dokonywania rezerwacji w czasie rzeczywistym. Aplikacja umożliwia także zarządzanie listami gości oraz wysyłanie powiadomień o statusie rezerwacji.
The "Eventownik" project is a web application designed to manage room and table reservations during an engineering prom. The main goal of the application is to simplify the reservation process for organizers and participants by providing an intuitive interface for viewing available spaces and making real-time reservations. The application also allows for managing guest lists and sending notifications about reservation statuses.
In developing this application, we used the following technologies:
To set up the project locally, follow these steps:
npm run deploy
Navigate to the project directory:
cd web-eventownik
Install the dependencies:
npm install
Set up environment variables.
Create a .env
file in the root of the project and add your environment variables as needed. An example of what you might need:
NEXT_PUBLIC_SUPABASE_URL=your-supabase-url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-supabase-key
Run the development server:
npm run dev