wBialy is your go-to platform for discovering and sharing free events in Białystok. Our application is designed to empower users to explore, contribute, and manage announcements related to various events happening in the city.
- Homepage: Get a glimpse of the latest events right on the homepage.
- Top Picks: Discover the three most exciting events highlighted for you.
- Navigation: Easily browse through numerous event listings.
- Registration: Sign up hassle-free with CAPTCHA verification ensuring a spam-free experience.
- Posts: Use our intuitive post creation dialogs to share events effortlessly.
- Admin Control: Administrators have the power to manage posts and users efficiently.
- Filtering: Find events that match your interests using our filter drawer.
- Themes: Personalize your browsing experience with light and dark mode options.
- Post Types: Share not only events but also lost and found items or gastronomic delights.
project-root/
│
├── web/ # Angular Frontend
│ ├── src/ # Source code
│ └── ...
│
├── backend/ # .NET Backend
│ ├── src/ # Source code
│ └── ...
│
├── README.md # This file
└── ...
- Navigate to the
web/
directory. - Open a terminal.
- Run
npm install
to install dependencies. - After installation, start the application with
ng serve
.
- Navigate to the
backend/
directory. - Open a terminal.
- Run
dotnet restore
to install dependencies. - After installation, start the application with
dotnet run
.
Please note that for both the frontend and backend, you must provide your own API keys and configure the appsettings.json
file with appropriate data.
Feel free to explore!