Skip to content

Developing a simple Todo application for learning purposes. I'll be utilizing all the techniques I know as a backend engineer, and I may also learn and implement new ideas on the fly!

Notifications You must be signed in to change notification settings

AnupamAkib/TodoApplication-CleanArchitecture-CQRS-Mediator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Application with .NET Core & clean architecture

Getting Started

  • Ensure Docker is installed on your machine.

  • Ensure the proper environment variables are set on your machine following .env.example file.

  • To run the project, run the following command from project root directory -

docker compose -f docker-compose.yml up -d
  • To stop the project, run the following command from project root directory -
docker compose -f docker-compose.yml down

About

Developing a simple Todo application for learning purposes. I'll be utilizing all the techniques I know as a backend engineer, and I may also learn and implement new ideas on the fly!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published