Skip to content

Example of a scheduling application using a microservices pattern with different frontends in: blazor server, blazor wasm, angular, nextjs and 1 service in NodeJS

Notifications You must be signed in to change notification settings

danillofratta/app-microservices-schedule-dotnet-blazor-angular-nextjs-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Objetivo

Este Projeto tem o objetivo de exemplificar o uso de diversas tecnologias e padrões diferentes aplicados tanto no backend como frontend.

Tecnologias aplicadas e Acesso

The project was developed in angular, nextjs, blazor and blazorwasm on the frontend, and blazorwasm can be installed on a cell phone. Backend developed in dotnet with all authentication services and nodejs without authentication services (test).

To access:

  • user: 1@1
  • password: 12345

Links:

Tecnologias aplicadas

This is prototype using follow tecnologies:

  • BACKEND

  • API DOTNET

    • Hosted in Azure
    • Using following tecnologies and patterns:
    • Entity
    • JWT
    • Mapper
    • Fluent
    • DDD / SOLID
  • API NODEJS

    • Hosted in vercel
    • CI/CD implemente with GITHUB
    • Using following tecnologies and patterns:
    • Prisma
    • DDD / SOLID
  • DATABASE

    • Mysql Hosted in TargetHost
  • FRONEND

  • Blazor Server,

    • Hosted in Azure
    • CI/CD implemente with GITHUB
  • Blazor WASM

    • Hosted in vercel
    • CI/CD implemente with GITHUB
  • Nextjs

    • Hosted in vercel
    • CI/CD implemente with GITHUB
  • Angular

    • Hosted in vercel
    • CI/CD implemente with GITHUB

Descrição

This is a simple project to demonstrate some of my knowledge applied to different technologies. It is a prototype application for scheduling services. Current steps for scheduling:

  1. Create a professional
  2. Create a service
  3. Create a professional and service schedule
  4. Schedule the service for the customer
  5. Confirm or cancel the service if it was provided or not

Next steps to be implemented:

  1. Generate billing and service cost
  2. Function to create a service without scheduling
  3. Create a separate schedule unlinked to the professional's schedule

image

About

Example of a scheduling application using a microservices pattern with different frontends in: blazor server, blazor wasm, angular, nextjs and 1 service in NodeJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published