/koa-file-sharing-example

Mega.nz clone built with koa.js and next.js. Allows users to upload multiple files and then access the files from anywhere using a link.

Primary LanguageJavaScript

koa-file-sharing-example

Mega.nz clone. An example app built with koa.js and next.js. Allows users to upload multiple files and then access the files from anywhere using a link. No I did not do any css styling :)

Screenshots

Upload files View files

Getting Started

.env file: export DB_URL=postgres://user:pass@localhost:5432/database

  • yarn install

  • source .env

  • Frontend: yarn dev

  • Backend: yarn start