/express-rest-api

Basic RESTful API Example

Primary LanguageJavaScript

Express REST API

This ExpressJS example app demonstrates the implementation of a basic JSON API following RESTful API design principles.

Install the Dependencies

npm install

Start the Server

npm start

Run the Postman Tests

npm test