Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codewithbharat/dogfacts-nodejs
This API generates Pulls data from 'dog-Fact' NPM modules and stores to Database.
https://github.com/codewithbharat/dogfacts-nodejs
Last synced: about 2 months ago
JSON representation
This API generates Pulls data from 'dog-Fact' NPM modules and stores to Database.
- Host: GitHub
- URL: https://github.com/codewithbharat/dogfacts-nodejs
- Owner: codewithbharat
- Created: 2022-06-14T14:34:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T14:52:07.000Z (over 2 years ago)
- Last Synced: 2023-09-16T13:40:02.212Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This API Pulls data from 'dog-Fact' NPM modules and stores to Database.
## API Reference
#### Get all items
```http
GET /api/v1/newFact
```
| Description |
| :-------------------------------- |
| > Pulls Data from 'Dog-facts' NPM Module |
| > Sotres Data to MongoDB collections. |
| > Responses to Client with data in JSON format. |#### Get item
```http
GET /api/v1/showFacts
```| Description |
| :-------------------------------- |
| > Responses to Client with all data stored in Databse. |## Run Locally
Clone the project
```bash
git clone https://github.com/codewithbharat/dogFacts-Nodejs
```Go to the project directory
```bash
cd dogFacts-Nodejs
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```## Authors
- [@codewithbharat](https://www.github.com/codewithbharat)
## 🚀 About Me
I'm a Backend developer...