An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/ondiekelijah/expressapi

circle-ci expressjs jest-tests mongodb supertest

Last synced: 30 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# API Testing with JEST

[![CircleCI](https://circleci.com/gh/Dev-Elie/expressAPI/tree/main.svg?style=svg)](https://circleci.com/gh/Dev-Elie/expressAPI/tree/main)

:hash: 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 😉