https://github.com/ndeta100/rest-api-with-no-db
Rest API CRUD and no database included
https://github.com/ndeta100/rest-api-with-no-db
exp javascript mongoose nodejs uuid
Last synced: about 2 months ago
JSON representation
Rest API CRUD and no database included
- Host: GitHub
- URL: https://github.com/ndeta100/rest-api-with-no-db
- Owner: Ndeta100
- Created: 2021-10-14T16:48:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T17:00:45.000Z (over 4 years ago)
- Last Synced: 2025-07-22T10:44:15.350Z (12 months ago)
- Topics: exp, javascript, mongoose, nodejs, uuid
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rest-api-with-no-DB
```
There’s a high chance you came across the term REST API if you’ve thought about getting data from a source on the internet, such as Facebook or Github. But what is a REST API? And more importantly, how can you build one. There are some more often used terms and technologies when building APIs such as Express, Node, Postman, and a CRUD API.
I'm here to show you how all of that works in practice so that you can build your own APIs. Let's dive right in!
```