onurkya7 / ConciFest-EventTicketingApp

ASP.NET-powered web app for seamless ticket sales and event management. Users can effortlessly view, purchase tickets, and oversee their events on this dynamic platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConciFest-EventTicketingApp

ConciFest, concerts, festivals, and live music events hub. Find event details, buy tickets securely, and engage with artists through special packages.

Project Objectives

  • To provide users with detailed information about events.
  • To facilitate easy and secure ticket purchasing for events.
  • To offer users a unique experience by providing special interaction packages with artists.
  • To digitize event management processes for increased efficiency.

Screenshots

Some pages of the website:

as3

profil

ödeme

Technologies Used

Backend:

  • ASP.NET

Frontend:

  • HTML5
  • CSS3
  • Bootstrap 5
  • JavaScript (ES6+)

Database:

  • Microsoft SQL Server

Other Tools:

  • Visual Studio 2022

Installation

  1. Clone the repository:

    git clone https://github.com/onurkya7/ConciFest-EventTicketingApp.git
  2. Navigate to the project directory:

    cd ConciFest-EventTicketingApp
  3. Open the project in your preferred IDE.

  4. Install dependencies (ASP.NET Core SDK).

  5. Set up the database connection and run migrations.


5.1 Move the database file sql in the database directory.

Ekran görüntüsü 2024-04-17 134432

5.2 Copy the SQL server name, username and password from which you log in to SQL.

image

5.3 Add the copied information to the appropriate places in the Web.config file in the section shown in the image.


  1. Start the project.

Contributing

  1. Fork this project.
  2. Create a new branch (git checkout -b feature/)
  3. Commit your changes (git commit -am 'Added a new feature')
  4. Push your branch (git push origin feature/)
  5. Create a Pull Request.

License

This project is licensed under the Apache License 2.0. For more information, see the LICENSE file.

About

ASP.NET-powered web app for seamless ticket sales and event management. Users can effortlessly view, purchase tickets, and oversee their events on this dynamic platform.

License:Apache License 2.0


Languages

Language:CSS 34.3%Language:HTML 27.5%Language:JavaScript 24.6%Language:ASP.NET 6.7%Language:SCSS 4.2%Language:C# 2.7%