ondiekelijah / expressAPI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😉

About

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

License:MIT License


Languages

Language:JavaScript 96.6%Language:Pug 2.4%Language:CSS 1.0%