Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)