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.
- Host: GitHub
- URL: https://github.com/kevinadhiguna/youtube-rest-api
- Owner: kevinadhiguna
- Created: 2020-10-24T15:04:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T01:40:02.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T22:42:17.662Z (over 1 year ago)
- Topics: expressjs, mongodb, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
