Skip to content

C# backend project for a face-to-face event manager. On Pass.in, you can create events, the participants can register, and check in.

Notifications You must be signed in to change notification settings

guibafica/pass.in_cSharp

Repository files navigation

PassIn (Event Manager) - C#

Project Presentation

PassIn

About this Project

This is an API in C#, which simulates an event manager. In this application, the admin will be able to register events, and participants will be able to register, if there is space, and will be able to view their badge, with information about their registration and the event

Functionalities

  • Events

    • Create an event with Title, Details, Slug and Maximum Attendees.
    • List an event information by ID.
    • List all event's participants.
  • Attendees

    • Create and Register an attendee for an event.
    • List an attendee's badge information.
    • Create the attendee check-in.

Used Techs

  • Microsoft.EntityFrameworkCore.Sqlite: SQLite database provider for Entity Framework Core;
  • Microsoft.EntityFrameworkCore: A modern object-database mapper for .NET.

Author

Made with 💜 by Guilherme Bafica 👋

LinkedIn Badge

About

C# backend project for a face-to-face event manager. On Pass.in, you can create events, the participants can register, and check in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages