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.
- Host: GitHub
- URL: https://github.com/harshpimpale/nodejs-api-calls-testing
- Owner: harshpimpale
- Created: 2024-06-25T19:53:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T20:04:16.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T18:46:25.010Z (about 1 year ago)
- Topics: expressjs, jest, mongodb, nodejs, postman, restapi
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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