Place is an open-source platform for managing tickets and events, developed using the Dotnet framework. It allows event organizers to sell tickets and oversee attendees without incurring service fees from third-party ticketing providers.
Using Place, you can explore popular events nearby, receive tailored event suggestions, and see what events your friends are attending. You can also access your tickets and event details directly from your phone, tablet or pc. Discover new activities through your phone, from concerts and festivals to workshops, conferences, free events, and more.
Event organizers have the ability to monitor sales, view analytics, and handle attendee check-ins right from the app. Place provides a complete solution for event management and promotion, helping users stay informed and connected.d promotion, helping users stay informed and connected.
For local development without docker
- .NET 8 SDK installed
- PostgreSQL 16 Instance running
- Redis Instance running
- Clone project
git clone https://github.com/osscameroon/place-api && cd place-api
- Restore dotnet tools
dotnet tool restore
- Setup husky
dotnet husky install
- Run the project
dotnet workload restore
dotnet run --project src/PlaceApi.Host
- Clean, restore and build solution
dotnet clean
dotnet restore
dotnet build
Read our contributing guidelines to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes.
Place is a free and open source project, released under the permissible MIT license.