Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kanphatdev/todo-mern
https://github.com/kanphatdev/todo-mern
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanphatdev/todo-mern
- Owner: kanphatdev
- Created: 2024-08-14T06:12:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:20:14.000Z (3 months ago)
- Last Synced: 2024-08-23T16:01:16.089Z (3 months ago)
- Language: JavaScript
- Size: 57.6 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|---