Skip to content

ummaeha/mandaland

 
 

Repository files navigation

MANDALAND

👋 getting started 👋

git clone https://github.com/vvvpiano/mandaland.git
cd mandaland
./start.sh # 실행 안된다면 "chmod 777 start.sh" 후 다시 한 번 입력

🤖 use three consoles seperately for debugging 🤖

1. database 구동

# pwd: .../mandaland
cd database
npm install
npm start

2. backend 구동

# pwd: .../mandaland
cd backend
npm install
npm start

3. client-web 구동

# pwd: .../mandaland
cd client-web
npm install
npm start

🔫 terminate background node process 🔫

./kill_server.sh # 실행 안된다면 "chmod 777 kill_server.sh" 후 다시 한 번 입력

About

innovation hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • CSS 24.8%
  • HTML 2.0%
  • Shell 0.4%