Skip to content

jstella96/web-todo-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-todo-6

2주차 6조

  • title
  • title

배포링크 : 15.164.208.91:3000
영상링크 : https://youtu.be/foGfmo2VYT8

주요 기능

1. TODO CRUD

crud 기능 구현

2. DRAG AND DROP & LOG

drag and drap 및 log 기능 구현

Quick Start

1. Clone & Install Packages

git clone https://github.com/woowa-techcamp-2022/web-todo-6.git

cd client
npm install

cd ../server
npm install

2. Setup Environment Variables

# server에 .env 파일 생성

DB_URL= 
DB_ID= 
DB_PASSWORD=
DB_DATABASE=
DB_PORT=

3. Run Application

# ./client 
npm run dev

# ./server 
npm run nodemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published