Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion walkthrough/6.api.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## Database Setup
We are currently using [mLab](https://mlab.com/) for a remote [mongoDB](https://www.mongodb.com/) database instance as they have a free 'sandbox' tier that at the time of this writing allows for use of 500MB of data per instance with up to 100 instances.

On the mLab website, create an account and then select 'Create new' beside MongoDB Deployments. Choose the 'sandbox' plan from the options listed. Name the database, and click 'Submit order.' You should then see your deployment. Click on it and then select the 'users' tab from the menu underneath. You'll have to create a new user before you'll be able to access the database.

## Install Required Modules
We will need to install the following npm modules from the terminal:
```bash
Expand Down Expand Up @@ -176,4 +178,4 @@ module.exports = function(router) {

### Complete
Previous: [React Components 2](https://github.com/biobricks/bionet/blob/master/walkthrough/5.react.3.md)
Next: [Configure API 2](https://github.com/biobricks/bionet/blob/master/walkthrough/7.api.2.md)
Next: [Configure API 2](https://github.com/biobricks/bionet/blob/master/walkthrough/7.api.2.md)