Skip to content

jstella96/web-moneybook-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

우아한테크캠프 3-4주차 미션 - 가계부

기능

1. 메인화면 조회 및 정렬

main-page

2. 메인화면 history 추가 및 수정 기능

week4-2-n

3. 달력화면

week4-3

4. 통계화면

week4-4

Quick Start

1. Clone & Install Packages

git clone https://github.com/woowa-techcamp-2022/web-moneybook-03.git

cd frontend
npm install

cd ../backend
npm install

2. Setup Environment Variables

# backend에 .env 파일 생성

MYSQL_HOST=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_DATABASE=
MYSQL_PORT=

3. Run Application

# ./frontend
npm run dev

# ./backend
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published