A mini project for learning ASP.NET Core and React based on microservices.
Techniques | Description |
---|---|
ASP.NET Core | microservices |
EntityFramework Core | ORM |
Techniques | Description |
---|---|
React | Front framework |
Chakra | UI components |
react-icons | Icon components |
react-query | Data querying framework |
Or
- Clone the project
git clone https://github.com/iskcal/todo-project.git
- Launch the backend project
cd ./server
dotnet restore
dotnet run
- Launch the front project
cd ../client
npm install
npm start
docker-compose up -d