An open API service indexing awesome lists of open source software.

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 교육__

Awesome Lists containing this project

README

        

# 자기소개 (with SpringBoot)

👉 [DEMO Page](https://introduce-myself-spring.herokuapp.com/greeting)
초기 페이지 로딩시간이 30초 정도 소요됩니다.

## Web CLI Command

![img](https://user-images.githubusercontent.com/28642484/106268358-5d873a00-626e-11eb-9608-229e4372122c.png)

```
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
```