A tool tracker to keep overview of where tools are located. Is stored at the cabin, the Garage or has someone borrowed it?
The project is used to learn .NET/C# and more about react. Documenting my path into C# and .NET below.
A .NET backend that exposes an api for the react frontend to connect with.
My entry point to C# was by reading the book Learning C# by Programming Games
Coming from a Laravel background it is strange that the .NET api-starter-kit starter template doesn't include
- authentication
- migrations, e.g a default user table
- seeding, e.g a default user seeder
I had a hard time finding a .NET/react starter kit which made the entry point quite high.