https://github.com/isamrish/todoapi
https://github.com/isamrish/todoapi
bun typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isamrish/todoapi
- Owner: isamrish
- Created: 2023-09-19T18:46:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T05:22:28.000Z (over 1 year ago)
- Last Synced: 2025-01-01T06:17:04.311Z (5 months ago)
- Topics: bun, typescript
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todolist API Server in bun
Build todo api using [bun](https://bun.sh)
This repository houses a foundational implementation of a To-Do List API server, built with the Bun framework. The code provided serves as a starting point for developing a robust task management system, offering essential functionality for creating, updating, and managing to-do items through a RESTful API.