https://github.com/OrhanOzkercin/Getir-Node-Bootcamp-Final
cd Getir-Node-Bootcamp-Final
npm install
- You should create a
.env
file on/src
and add your 'URI' in this file likeDB_HOST=mongodb+srv://...
npm run dev
npm run test
Request Type | END POINT |
---|---|
POST | https://fierce-tor-06643.herokuapp.com/ |
Parameter | Type | FORMAT |
---|---|---|
startDate |
String |
YYYY-MM-DD |
endDate |
String |
YYYY-MM-DD |
minCount |
Number |
|
maxCount |
Number |