/expressAPI

A blog API composed in ExpressJs and powered by a MongoDB database .All tests are written in Jest and are Circle CI-configured.

Primary LanguageJavaScriptMIT LicenseMIT

API Testing with JEST

CircleCI

#️⃣ Installation.

📌 Clone this project to your local machine as follows

git clone https://github.com/Dev-Elie/expressAPI.git

📌 Install all the dependencies

npm install

✔️ Run tests

npm test

ℹ️ Note

Rembember to replace ♻️ the manually coded database URI in app.js line 53 & on tests/testDBsetup.js with your own MongoDB database URI 😉