Skip to content

jacqueqa/fullstack_sdet_project

Repository files navigation

Happy Path Regression

How to Run With Docker

To Start

`./start-app.sh`

To Stop

`docker-compose down`

API

We have two endpoints to import the data to our collections. Check the list with all the endpoints below. ``

API endpoints:

http://localhost:3000/api-docs

  • /cases

    • GET /unreviewed/userId
    • POST /import
    • PUT /review
    • DELETE /
  • /conditions

    • GET /
    • POST /
    • POST /import
  • /users

    • POST /login
    • POST /register

MONGO DB

MONGODB_CONNECTION=mongodb://127.0.0.1:27018/test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published