https://github.com/codewithashim/todo-backend
https://github.com/codewithashim/todo-backend
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewithashim/todo-backend
- Owner: codewithashim
- Created: 2024-02-06T15:15:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T11:36:38.000Z (over 2 years ago)
- Last Synced: 2025-02-01T22:18:58.747Z (over 1 year ago)
- Language: TypeScript
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App
Live Link : https://todoist-by-ashim.netlify.app/
Server Link : https://todo-server-seven-snowy.vercel.app/api/v1/
==========================================
Client Github Link : https://github.com/codewithashim/todo-frontend.git
Server Github Link : https://github.com/codewithashim/todo-backend.git
==========================================
Login User : codewithashim@gmail.com
Password : 123456
==========================================
Application Setup :
Client :
```
git clone https://github.com/codewithashim/todo-frontend.git
```
```
cd todo-frontend
```
```
npm install
```
```
npm run dev
```
Server :
```
git clone https://github.com/codewithashim/todo-backend.git
```
```
cd todo-backend
```
```
yarn install
```
```
yarn dev
```
============================================








