Git Product home page Git Product logo

el-universidad's Introduction

sw-engineering-unisinos-case

El Universidad

An comprehensive (not yet) university management web application.


About

This is a project created with the solely purpose of applying several topics that were presented during the Software Engineering graduate program.

Features

  • Create and edit Programs
  • Create and edit Courses
  • View Program Offers
  • View Program Structures
  • Create and edit Students
  • Students can register to offers
  • Authenticate using Google Firebase

OpenAPI Specification

image

Technologies and patterns used

  • NET 6
  • Rich domain model using DDD (Domain Driven Design)
  • CQRS (Command Query Responsibility Segregation pattern)
  • ASP.NET WebAPI
  • Background workers using cron expressions
  • EntityFrameworkCore as ORM
  • UnitOfWork pattern using EntityFrameworkCore.DataAccess library
  • MediatR
  • AutoMapper as object-object mapper
  • MySql
  • Docker (including docker-compose)
  • Single page application using Node and Angular 14
  • Strongly-typed validation rules using FluentValidation
  • Redis as Cache provider
  • Messaging using Apache Kafka
  • API Gateway
  • Unit tests using AAA pattern (Arrange, Act, Assert):

Getting started

First you will need NET 6 SDK. Then clone this repository and enter the /src directory

Make sure you have installed and configured docker in your environment. After that, you can run the below commands from the /src/ directory and get started with immediately.

docker-compose build
docker-compose up

Enter the BackgroundServices directory and start the project by running dotnet run

cd ElUniversidad.BackgroundServices
dotnet build
dotnet run

Now enter the API directory and start the project by running dotnet run

cd ..\ElUniversidad.API
dotnet build
dotnet run

After that you will be able to navigate to the https://localhost:7227/swagger or http://localhost:5227/swagger Last, enter the Web directory and start the project by running ng serve

cd ..\ElUniversidad.Web
ng serve

The web application should open or you can navigate to http://http://localhost:4200/

Read further

References:

Kudos to the following contributors:

License This project is licensed under the MIT license. Copyright (c) 2022 Felipe C Machado.

el-universidad's People

Contributors

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