Dropper is a simple file storage server written in Javascript. The backend server uses ExpressJS, the frontend SvelteJS and Tailwind.
- Download Dropper
git clone https://github.com/KainAlive/Dropper](https://github.com/KainAlive/Dropper
(or download the zip file)
- Install the dependencies
- Server:
cd server
npm install
- Client:
cd client
npm install
npm run build
- Start the server
npm run test