Skip to content

Commit

Permalink
Merge pull request #602 from CVEProject/dev
Browse files Browse the repository at this point in the history
#554 Update INT
  • Loading branch information
slubar authored Mar 22, 2022
2 parents 836f57b + ccb2137 commit a29f675
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,13 @@ Download MongoDB Compass (MongoDB GUI)

- https://www.mongodb.com/download-center/compass

Create a `cve_dev` and `cve_test` database in Compass. The collections will be automatically created when the API starts storing documents.
Create a `cve_dev` database in Compass. The collections will be automatically created when the API starts storing documents.

You can populate the database with test data using:

```sh
npm run populate:dev
```

3. Start the node application

Expand Down
4 changes: 4 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Using Docker with cve-services

## Security Considerations

The cve-services docker container contains a MongoDB instance that doesn't require authentication. If this container is exposed to the public internet it may allow unauthorised actors to modify data stored in the database.

## Setup for Local Development

Use the following steps to build and run cve-services (Node.js app
Expand Down

0 comments on commit a29f675

Please sign in to comment.