- DotNet SDK
- Docker
- Go to
server
folder. - Run the command
docker-compose up -d
. - Now go to
server/src/Stock.Service
folder. - Run the command
dotnet build && dotnet run
and DONT CLOSE THAT TERMINAL. - Now go to
server/src/API
folder. - Run the command
dotnet build && dotnet run
and DONT CLOSE THAT TERMINAL. - Now go to the
client
folder and open how manychat.html
you want to.
If you liked the project or if Chatflix helped you, please give a star ;)
- ASP.NET 6.0
- ASP.NET WebApi Core with JWT Bearer Authentication
- Mongo database
- .NET Core Native DI
- AutoMapper
- MediatR
- Swagger UI
- RabbitMQ
- VueJS
- Bootstrap
- Axios
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Domain Driven Design (Layers and Domain Model Pattern)
- Domain Events
- Domain Notification
- CQRS (Imediate Consistency)
- Repository
The Chatflix Project was developed by Alexandre Beato under the MIT license.
Made with ♥ by Ale