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.
- Host: GitHub
- URL: https://github.com/sohunn/rest-api-express
- Owner: sohunn
- License: mit
- Created: 2024-08-17T18:51:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-18T08:03:02.000Z (over 1 year ago)
- Last Synced: 2025-04-07T12:48:18.340Z (about 1 year ago)
- Topics: express-js, expressjs, learning-by-doing, node-js, nodejs, rest-api, restful-api, tutorial
- Language: JavaScript
- Homepage: https://sohunn.me/blog/node-express
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)