- Node.js (v14.16.0 recommended)
- GitBash or Cmder(Windows) / Terminal (Mac)
- Open your terminal, then clone the repo to your local.
git clone https://github.com/lcy101u/file-sharing-encrypt.git
- Move to repo directory.
cd file-sharing-encrypt
- Install dependencies.
npm install
- Start Express server in Node.js
npm run start
OR Start Express server in dev mode (By Nodemon)
npm run dev
- Connect to http://localhost:3000
- To quit from server
ctrl + c