/file-upload

🚧 This is a file upload example.

Primary LanguageTypeScriptMIT LicenseMIT

file-upload

GitHub last commit (branch) GitHub License

Warning

Please note that this is just an example of file upload.

Usage

web

# clone repository
git clone https://github.com/Myoschen/file-upload.git

# change directory
cd file-upload/frontend/web

# install dependencies
bun install

# run dev
bun run dev

# open browser and visit http://localhost:3000

api

# clone repository
git clone https://github.com/Myoschen/file-upload.git

# change directory
cd file-upload/backend/api

# install dependencies
bun install

# run dev
bun run dev

# server will run on http://localhost:4000

License

Licensed under the MIT License.