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:50:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b780564f50d0f7490877843b0b7ee522ae3412d9
b780564f
1 parent
b53e385d
docs. 5/16 README
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
server/README.md
server/README.md
View file @
b780564
...
...
@@ -11,14 +11,14 @@
1.
**Node, Mongo DB Install**
```
jsx
```
html
brew install node
brew install mongodb-community@4.4
```
2.
**ServiceKey, Mongo DB URL Setting**
```
jsx
```
html
// .env
SERVER_PORT=
MONGO_URL=
...
...
@@ -28,8 +28,7 @@ SERVICE_KEY=
3.
**Server On**
```
jsx
// server
```
html
npm start
```
...
...
Please
register
or
login
to post a comment