https://github.com/nomadsdev/to-do-list-full-stack-nodejs-react
https://github.com/nomadsdev/to-do-list-full-stack-nodejs-react
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nomadsdev/to-do-list-full-stack-nodejs-react
- Owner: nomadsdev
- Created: 2024-01-20T21:28:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T21:31:50.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:28:57.534Z (about 1 year ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To Do List

## How to install
```
cd server
npm i
nodemon server.js
```
```
cd client
npm i
npm run dev
```
## Lunguage Framework
* Nodejs
* Express
* Mysql
* React