A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
git clone https://github.com/harun-rucse/file-sharing-api.git
-
Copy the
.env.example
file and create two file named.env.development
and.env.production
in the root of this project. -
Install dependencies
npm install
- Start the development server
npm dev
- Start the production server
npm start
- Run the test case
npm test
API documentation link: https://documenter.getpostman.com/view/11943934/2s9YXcdjXr