https://github.com/kanphatdev/todo-mern
mern project todo system
https://github.com/kanphatdev/todo-mern
daisyui expressjs lucide-react prisma prisma-client reactjs workbench
Last synced: about 2 months ago
JSON representation
mern project todo system
- Host: GitHub
- URL: https://github.com/kanphatdev/todo-mern
- Owner: kanphatdev
- Created: 2024-09-30T02:25:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T09:21:17.000Z (over 1 year ago)
- Last Synced: 2025-12-25T14:56:01.023Z (6 months ago)
- Topics: daisyui, expressjs, lucide-react, prisma, prisma-client, reactjs, workbench
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-mern
A brief description of your project goes here. It could mention the purpose, key features, and main functionalities.
---
## Backend Tech Stack
| Technology | Description |
|-------------|-----------------------------------------------------------------------------|
| Express | A fast, unopinionated, minimalist web framework for Node.js |
| Morgan | HTTP request logger middleware for Node.js applications |
| CORS | A middleware that allows for Cross-Origin Resource Sharing in your API |
| Nodemon | A tool that automatically restarts the server when file changes are detected|
---