Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박민정
/
We-Shop
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박민정
2021-06-11 05:32:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
12b824c481f53ee0290198ed91e238ed45c9eee1
12b824c4
1 parent
4369b3d0
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
README.md
README.md
View file @
12b824c
...
...
@@ -18,7 +18,8 @@ npm install
2.
`We-Shop/server/config`
폴더에
`dev.js`
파일을 만들어주세요!
3.
`We-Shop/server/config/dev.js`
파일에 다음을 입력하고 저장해주세요!
```
module.exports = {
```
module.exports = {
mongoURI: "mongodb+srv://<mongoDBID>:<mongoDBpw>@boilerplate.djq4a.mongodb.net/myFirstDatabase?retryWrites=true&w=majority",
};
```
...
...
Please
register
or
login
to post a comment