RESTful API that provides a POST endpoint filter data from the given database
First you need to Clone the project
git clone https://github.com/gadriaahmed/getir-api.gitGo to the project directory
cd getir-apiInstall dependencies
npm installStart the server
npm run start:localRun integration Tests
npm testServer: NodeJS/Express
Tests: Jest
Database: MongoDB