Make sure you have installed the required environment as I described in detail in this article
https://medium.com/@shtanko.michael/mocking-aws-with-localstack-in-net-core-3-ef32ae888706
# Clone/Download the repo
git clone https://github.com/shtanko-michael/localstack-file-manager.git
- Open LocalStack.sln file in Visual Studio
- Run Update-Database in Package Manager Console to create the local SQLite database
- Run the project
# move to the repo directory
cd localstack-file-manager/client
# install all dependencies with npm
npm i
# run the client app
npm run start
go to http://localhost:3000 (by default) in your browser