Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T00:44:52.000Z (3 months ago)
- Last Synced: 2024-08-24T01:07:17.518Z (3 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.