/fileuploader

Primary LanguageTypeScript

file upload , download , google login, sqlite, typescript, nextjs

how to setup

Features

  • Upload file
  • download file
  • google login

Features Left

  • Unit testing
  • file commnts

Installation

Installation with docker

Requires Node.js v10+ to run.

Install the dependencies and devDependencies and start the server.

git clone https://github.com/vipin733/fileuploader.git
cd fileuploader
npm i

RUNING PROJECT

Root folder

environment development
cp .env.example .env.development.local
npm run dev