https://github.com/i-umairkhan/express-server
express server for a todo app
https://github.com/i-umairkhan/express-server
curl express nodejs server
Last synced: 3 months ago
JSON representation
express server for a todo app
- Host: GitHub
- URL: https://github.com/i-umairkhan/express-server
- Owner: i-umairkhan
- Created: 2022-09-03T09:34:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T17:09:20.000Z (over 2 years ago)
- Last Synced: 2025-01-15T11:10:50.118Z (5 months ago)
- Topics: curl, express, nodejs, server
- Language: JavaScript
- Homepage:
- Size: 647 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express-server
a todo app in express
git clone
npm init
node express.mjs (start server)
curl -X POST http://localhost:8000/todos text="eat code sleep repeat" (POST request)
curl http://localhost:8000/todos (GET request)