dewy01 / wBialy

Free Events Posting Webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wBialy - Free Events Posting Website

Introduction

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.

Features

  • 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 Structure

project-root/
│
├── web/ # Angular Frontend
│ ├── src/ # Source code
│ └── ...
│
├── backend/ # .NET Backend
│ ├── src/ # Source code
│ └── ...
│
├── README.md # This file
└── ...

Running the Project

Frontend (Angular)

  1. Navigate to the web/ directory.
  2. Open a terminal.
  3. Run npm install to install dependencies.
  4. After installation, start the application with ng serve.

Backend (.NET)

  1. Navigate to the backend/ directory.
  2. Open a terminal.
  3. Run dotnet restore to install dependencies.
  4. 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.

Design & Logo

Thumbnail Thumbnail

Design

Get Started

Feel free to explore!

About

Free Events Posting Webapp


Languages

Language:C# 35.0%Language:TypeScript 32.1%Language:SCSS 18.7%Language:HTML 13.9%Language:Java 0.4%