Skip to content

iskcal/todo-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Application

A mini project for learning ASP.NET Core and React based on microservices.

Backend

Techniques Description
ASP.NET Core microservices
EntityFramework Core ORM

Frontend

Techniques Description
React Front framework
Chakra UI components
react-icons Icon components
react-query Data querying framework

Requirements

Or

Steps

  1. Clone the project
git clone https://github.com/iskcal/todo-project.git
  1. Launch the backend project
cd ./server
dotnet restore
dotnet run
  1. Launch the front project
cd ../client
npm install
npm start

Launch on Docker

docker-compose up -d

Application Interface

Application Interface

About

A todo application with React and ASP.NET Core

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published