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

https://github.com/sohunn/rest-api-express

A simple project teaching the concepts of REST APIs using Express JS.
https://github.com/sohunn/rest-api-express

express-js expressjs learning-by-doing node-js nodejs rest-api restful-api tutorial

Last synced: 3 months ago
JSON representation

A simple project teaching the concepts of REST APIs using Express JS.

Awesome Lists containing this project

README

          

# How to use

- Clone the repository.
- Open the project in your fav IDE.
- Run `npm install` to install dependencies.
- Run `npm run dev` to start the express server.

Checkout the [Blog post](https://sohunn.me/blog/node-express) for detailed explanation :)