File Sharing API

This is the solution for the coding round assignment using nodeJs and expressJS

Tech Stack

  Node.js   Express.js   JEST   supertest

Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository
git clone https://github.com/harun-rucse/file-sharing-api.git
  1. Copy the .env.example file and create two file named .env.development and .env.production in the root of this project.

  2. Install dependencies

npm install
  1. Start the development server
npm dev
  1. Start the production server
npm start
  1. Run the test case
npm test

API documentation link: https://documenter.getpostman.com/view/11943934/2s9YXcdjXr