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.
- Host: GitHub
- URL: https://github.com/ondiekelijah/expressapi
- Owner: ondiekelijah
- License: mit
- Created: 2022-01-13T08:05:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T08:54:04.000Z (over 3 years ago)
- Last Synced: 2025-03-24T01:35:28.842Z (about 2 months ago)
- Topics: circle-ci, expressjs, jest-tests, mongodb, supertest
- Language: JavaScript
- Homepage:
- Size: 234 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# API Testing with JEST
[](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 đ