Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-05-16 16:48:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b53e385dfb450a7a3e8084994fa566a458a48ff0
b53e385d
1 parent
0bfc0a66
docs. 5/16 README
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
1 deletions
server/README.md
server/README.md
View file @
b53e385
...
...
@@ -7,6 +7,32 @@
-
`DBMS`
:
**Mongo DB**
-
`Networking`
:
**HTTP, MQTT**
# How To Use
1.
**Node, Mongo DB Install**
```
jsx
brew
install
node
brew
install
mongodb
-
community
@
4.4
```
2.
**ServiceKey, Mongo DB URL Setting**
```
jsx
// .env
SERVER_PORT
=
MONGO_URL
=
JWT_SECRET
=
SERVICE_KEY
=
```
3.
**Server On**
```
jsx
// server
npm
start
```
# DataBase Table & Field
-
**유저 Table / 허브(가칭) Table**
...
...
@@ -55,12 +81,13 @@
→ 5 / 11 : ctx.body, status 추가
-
[
]
Private IP의 브로커를 웹서버와 연결
-
[
]
Native Application에 전달할 데이터 규칙 정하기
-
[
x
]
Native Application에 전달할 데이터 규칙 정하기
-
[
]
WebServer AWS 배포
-
[
]
안드로이드
<
> 서버
<
> 브로커
<
> 약병 연결하기
⇒ 안드로이드에서 블루투스로 약병 찾은 후, 해당 약병의 정보를 서버로 전송, 서버는 이 정보를 브로커에게 전송 후 블루투스 통신?
-
[
]
bottleCtrl : lookUpInfo 함수에서 req 보낸 후 응답받은 새로운 bottle을 출력해야 한다.
-
[
]
Hub 이름 짓기
[
Schedule
](
https://www.notion.so/cdcc6627a8344c8da56ffb3856bfc1b9
)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment