Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T17:09:20.000Z (about 2 years ago)
- Last Synced: 2023-11-05T14:34:40.748Z (about 1 year 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)