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

https://github.com/kevinadhiguna/youtube-rest-api

A straightforward and effortless Restful API powered by ExpressJS, NodeJS, and, MongoDB.
https://github.com/kevinadhiguna/youtube-rest-api

expressjs mongodb nodejs rest-api

Last synced: 3 months ago
JSON representation

A straightforward and effortless Restful API powered by ExpressJS, NodeJS, and, MongoDB.

Awesome Lists containing this project

README

          

# YouTube REST API

A straightforward and effortless Restful API powered by ExpressJS, NodeJS, and, MongoDB.


## How to Run

1) Install dependencies :

```
yarn
```

2) Run the app in development mode :

```
yarn devStart
```


## Format code

You can format code using prettier :
```
yarn format
```

If you want to only check whether code is formatted properly or not, run :
```
yarn run check
```


## Reference

- [Build A REST API With Node.js, Express, & MongoDB - Quick by Web Dev Simplified](https://youtu.be/fgTGADljAeg)


![Hello !](https://api.visitorbadge.io/api/VisitorHit?user=kevinadhiguna&repo=youtube-rest-api&label=thanks%20for%20dropping%20in%20!&labelColor=%23000000&countColor=%23FFFFFF)