Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b14ck0ps/mern-todoapp
Simple todo app with React js , express and mongo db.
https://github.com/b14ck0ps/mern-todoapp
express mongodb react tailwindcss
Last synced: about 2 months ago
JSON representation
Simple todo app with React js , express and mongo db.
- Host: GitHub
- URL: https://github.com/b14ck0ps/mern-todoapp
- Owner: b14ck0ps
- Created: 2023-08-03T18:27:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-03T18:41:49.000Z (over 1 year ago)
- Last Synced: 2023-08-03T19:41:38.131Z (over 1 year ago)
- Topics: express, mongodb, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## A simple TODO app using MERN stact
### Dependencies
The following dependencies are required to run this project:
* Node.js
* pnpm
* react vite
* express
* mongodb```bash
cd frontend
pnpm dev --port 3000cd backend
pnpm dev
```### Demo