Evently is a modular event management API built with ASP.NET Core. This project is in its early stages.
You can run the project using Docker (recommended) or with .NET 9 SDK and PostgreSQL installed locally. Once running, access the API docs at http://localhost:5000/scalar
(HTTP) or https://localhost:5001/scalar
(HTTPS) to check it out!
- Make sure you have Docker installed.
- From the project root, run:
docker-compose up
- Configure your database connection in
src/API/Evently.Api/appsettings.Development.json
. - From
src/API/Evently.Api
, run:dotnet run
More details and modules will be added as the project evolves.