Git Product home page Git Product logo

bookify's Introduction

Bookify

Clean Architecture application

  • Rich domain models.
  • CQRS pattern
  • Authentication using an external identity provider (Key Cloak)
  • Authorization implementing Role-based, Permission-based and Resource-based authorization
  • Example of minimal API (Bookify.API.BookingsEndpoints)
  • Some Unit tests + Architecture Tests
  • and more..

How to run this application

  • Have Docker installed and .Net 7+
  • If the first time running, open Program.cs and uncomment "app.SeedData();" to have some initial data for use. Remember to comment it back to avoid database growth.
  • There's a docker-compose file with everything already set up to run (API, Database, Key cloak).

How to create a Database Migration

  • Set the startup project as Bookify.API, open the Package Manager Console, and select src/Bookify.Infrastructure
  • Add-Migration Migration_Name
  • For this project, using DEVELOPMENT, it will apply automatically (see Program.cs) the migration when you run the API

This project is a result of the learnings from Milan Jovanović Pragmatic Clean Architecture Course.

bookify's People

Contributors

tmaturano 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.