Skip to content

Commit

Permalink
5th init
Browse files Browse the repository at this point in the history
  • Loading branch information
boorownie committed Jun 28, 2022
1 parent 93d38fc commit 61d6554
Show file tree
Hide file tree
Showing 151 changed files with 675 additions and 45,569 deletions.
37 changes: 1 addition & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,2 @@
<p align="center">
<img width="200px;" src="https://raw.githubusercontent.com/woowacourse/atdd-subway-admin-frontend/master/images/main_logo.png"/>
</p>
<p align="center">
<img alt="npm" src="https://img.shields.io/badge/npm-6.14.15-blue">
<img alt="node" src="https://img.shields.io/badge/node-14.18.2-blue">
<a href="https://edu.nextstep.camp/c/R89PYi5H" alt="nextstep atdd">
<img alt="Website" src="https://img.shields.io/website?url=https%3A%2F%2Fedu.nextstep.camp%2Fc%2FR89PYi5H">
</a>
</p>

<br>

# 지하철 노선도 미션
[ATDD 강의](https://edu.nextstep.camp/c/R89PYi5H) 실습을 위한 지하철 노선도 애플리케이션

<br>

## 🚀 Getting Started

### Install
#### npm 설치
```
cd frontend
npm install
```
> `frontend` 디렉토리에서 수행해야 합니다.
### Usage
#### webpack server 구동
```
npm run dev
```
#### application 구동
```
./gradlew bootRun
```
[ATDD 강의](https://edu.nextstep.camp/c/R89PYi5H) 실습을 위한 지하철 노선도 애플리케이션
43 changes: 19 additions & 24 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,43 +1,38 @@
plugins {
id 'org.springframework.boot' version '2.5.2'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id 'org.springframework.boot' version '2.6.3'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}

group = 'nextstep'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '1.8'
sourceCompatibility = '11'

repositories {
mavenCentral()
mavenCentral()
}

dependencies {
// spring
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
// spring
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

// handlebars
implementation 'pl.allegro.tech.boot:handlebars-spring-boot-starter:0.3.0'
// log
implementation 'net.rakugakibox.spring.boot:logback-access-spring-boot-starter:2.7.1'

// log
implementation 'net.rakugakibox.spring.boot:logback-access-spring-boot-starter:2.7.1'
// jgraph
implementation 'org.jgrapht:jgrapht-core:1.0.1'

// jgraph
implementation 'org.jgrapht:jgrapht-core:1.0.1'
// jwt
implementation 'io.jsonwebtoken:jjwt:0.9.1'

// jwt
implementation 'io.jsonwebtoken:jjwt:0.9.1'
// test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.rest-assured:rest-assured:4.2.0'

// test
testImplementation 'io.rest-assured:rest-assured:3.3.0'
testImplementation('org.springframework.boot:spring-boot-starter-test') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}

runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.h2database:h2'
}

test {
useJUnitPlatform()
useJUnitPlatform()
}
17 changes: 0 additions & 17 deletions frontend/.babelrc

This file was deleted.

23 changes: 0 additions & 23 deletions frontend/.eslintrc.js

This file was deleted.

10 changes: 0 additions & 10 deletions frontend/.prettierrc.js

This file was deleted.

Loading

0 comments on commit 61d6554

Please sign in to comment.