https://github.com/koeonyack/introduce-myself-spring
≪ 안녕 나야 넌 누규니 ≫ __11번가 신입사원 BE 교육__
https://github.com/koeonyack/introduce-myself-spring
Last synced: 3 months ago
JSON representation
≪ 안녕 나야 넌 누규니 ≫ __11번가 신입사원 BE 교육__
- Host: GitHub
- URL: https://github.com/koeonyack/introduce-myself-spring
- Owner: KoEonYack
- Created: 2021-01-29T11:04:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T13:09:55.000Z (over 4 years ago)
- Last Synced: 2025-01-04T08:43:14.403Z (5 months ago)
- Language: JavaScript
- Homepage: https://introduce-myself-spring.herokuapp.com/
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 자기소개 (with SpringBoot)
👉 [DEMO Page](https://introduce-myself-spring.herokuapp.com/greeting)
초기 페이지 로딩시간이 30초 정도 소요됩니다.## Web CLI Command

```
cat cat.txt
cat fish.txt
cat me.txt
ls
clear
help
Arrow Keys (← → ↑ ↓)
```## 📚 Tech Stack
- SpringBoot(2.4.2)
- Thymeleaf## 🔧 Deploy - (Heroku)
```
heroku login
git add .
git commit -m "make it better"
git push heroku master
```