https://github.com/aniltulebag/todo-app
https://github.com/aniltulebag/todo-app
express mysql nodejs react sql typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aniltulebag/todo-app
- Owner: aniltulebag
- License: mit
- Created: 2023-04-03T17:25:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T14:54:34.000Z (about 3 years ago)
- Last Synced: 2025-03-04T05:31:53.409Z (over 1 year ago)
- Topics: express, mysql, nodejs, react, sql, typescript
- Language: TypeScript
- Homepage:
- Size: 749 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App
Full Stack Todo App with TypeScript, React, Node.js, and MySQL
## Tech Stack
## Features
- Task description
- Task date
- Task status
- Task prioritization
## Demo

## Software to Install
- [MySQL Community Server](https://dev.mysql.com/downloads/mysql/)
- [Git](https://git-scm.com/downloads)
- [NodeJS](https://nodejs.org/en/download/)
## Run Locally
Clone the project
```bash
git clone https://github.com/aniltulebag/todo-app.git
```
Go to the project directory
```bash
cd todo-app
```
Install dependencies
```bash
# client
cd client
npm install
# server
cd server
npm install
```
Start the server
```bash
# client
cd client
npm run start
# server
cd server
npm run dev
```
## License
[MIT](https://choosealicense.com/licenses/mit/)