Giter Club home page Giter Club logo

confab's Introduction

What is Confab?

Confab is an open source project using modular monolith architecture written in .NET 5.0. The domain revolves around the conference organization including the activities such as managing users, speakers, tickets, call for papers, submissions, agendas and many more.

Depending on the module complexity, different architectural styles are being used, including simple CRUD approach, along with CQRS, Clean Architecture and Domain-Driven Design with the usage of so-called building blocks such as aggregates or domain services.

The modules are integrated with each other based on event-driven architecture, using the local contracts approach (instead of the shared projects which result in dependencies amongst the independent modules).

The database being used is PostgreSQL + EF Core as ORM.

Confab overview

Is there Web UI?

Yes, there's Confab.Web written in Blazor that integrates with exposed Web API.

How to start the solution?

Type the following command:

docker-compose up -d

It will start the required infrastructure using Docker in the background. Then, you can start the application under src/Bootstrapper/Confab.Bootstrapper/ using your favorite IDE or CLI.

cd src/Bootstrapper/Confab.Bootstrapper
dotnet run

What HTTP requests can be sent to the API?

You can find the list of all HTTP requests in Confab.rest file placed in the root folder.

This file is compatible with REST Client plugin for Visual Studio Code.

Is this project being actively developed?

Yes, the overall solution (backend + frontend) is under an active development, as we do plan to add more cool features in the future and also provide the sample transition to the microservices.

confab's People

Contributors

spetz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.