Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joramot/simple_restful_api

A simple RESTful API using Node.js and Express. I use Express to create the server and define two routes: a POST route to save names and IDs, and a GET route to get all saved names and IDs. The data is stored in an array as an in-memory database simulation.
https://github.com/joramot/simple_restful_api

express javascript nodejs

Last synced: 26 days ago
JSON representation

A simple RESTful API using Node.js and Express. I use Express to create the server and define two routes: a POST route to save names and IDs, and a GET route to get all saved names and IDs. The data is stored in an array as an in-memory database simulation.

Awesome Lists containing this project