Skip to content

A simple file manager implementation using LocalStack (S3, CloudWatch Logs)

License

Notifications You must be signed in to change notification settings

shtanko-michael/localstack-file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple file manager using LocalStack

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

A simple file manager preview

Quick start

# Clone/Download the repo
git clone https://github.com/shtanko-michael/localstack-file-manager.git

Server app

  • Open LocalStack.sln file in Visual Studio
  • Run Update-Database in Package Manager Console to create the local SQLite database
  • Run the project

Client app

# 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

License

MIT