Warning
Please note that this is just an example of file upload.
# 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
# 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
Licensed under the MIT License.