Skip to content

austrihub/simple-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat > README.md << 'EOF'

Simple REST API

A simple REST API built with Node.js and Express.

Endpoints

Method Endpoint Description
GET / Welcome message
GET /users Get all users
GET /users/:id Get user by ID
POST /users Create a new user

Setup

npm install
node index.js

Server runs at http://localhost:3000

Tech Stack

  • Node.js
  • Express

Live Demo

https://simple-rest-api-production-a559.up.railway.app

About

REST API demonstrating CRUD operations with Node.js and Express.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors