Skip to content

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.

Notifications You must be signed in to change notification settings

joramot/simple_restful_API

Repository files navigation

simple_restful_API

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published