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

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

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!
```