Skip to content

Commit

Permalink
[BE] DOCS : server Readme 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-jinyoung-park authored Dec 20, 2020
1 parent 94e236f commit 8b47101
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# server

## Folder Structure
```
├─src
├───config
├───controllers
├───loaders
├───models
│ ├───dto
│ └───seeders
├───passport
├───routes
├───services
└───utils
├─test
```

## Project Setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run dev
```

### Compiles and
```
npm run build
npm start
```

0 comments on commit 8b47101

Please sign in to comment.