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

https://github.com/harshpimpale/nodejs-api-calls-testing

An internship assignment focused on creating Node.js APIs and testing them using Jest.
https://github.com/harshpimpale/nodejs-api-calls-testing

expressjs jest mongodb nodejs postman restapi

Last synced: 2 months ago
JSON representation

An internship assignment focused on creating Node.js APIs and testing them using Jest.

Awesome Lists containing this project

README

          

# Worko API

## Getting Started

### Installation
1. Clone the repository:
```sh
git clone https://github.com/HarshP2109/NodeJs-Api-Calls-Testing.git
cd NodeJs-Api-Calls-Testing
```

2. Install dependencies:
```sh
npm install
```

3. Setup Server:
```sh
npm start
```

4. Run Test:
```sh
npm test
```

### Output