https://github.com/infantajayvenus/todo-express-api
A clone implementation of todoist REST API
https://github.com/infantajayvenus/todo-express-api
express-js open-api-v3 rest-api typescript
Last synced: about 2 months ago
JSON representation
A clone implementation of todoist REST API
- Host: GitHub
- URL: https://github.com/infantajayvenus/todo-express-api
- Owner: InfantAjayVenus
- Created: 2024-05-12T14:58:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T00:44:52.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T21:33:15.570Z (11 months ago)
- Topics: express-js, open-api-v3, rest-api, typescript
- Language: TypeScript
- Homepage: https://infantajayvenus.github.io/todo-express-api/
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple express demo
> Express: fast, unopinionated, minimalist web framework for Node.js
This project shows a simple express server serving a single HTML page and using `express.static` to serve static files.
Check out the [express documentation](https://expressjs.com/) for more information.