Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove MongoDB reference in README #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# place-my-order-api

The REST and real-time API for place-my-order.com. Built with Feathers and MongoDB.

## MongoDB

Install and start [MongoDB](https://www.mongodb.org/) with the default settings. [MongoHub](http://mongohub.todayclose.com/) is a helpful client to view and query databases.

Start MongoDB with:

> sudo mkdir -p /data/db

> sudo mongod --fork --logpath /var/log/mongodb.log
The REST and real-time API for place-my-order.com. Built with [Feathers](https://github.com/feathersjs/feathers) and [NeDB](https://github.com/louischatriot/nedb).

## Installation

Expand All @@ -30,4 +20,3 @@ You can now find the API at [http://localhost:3030](http://localhost:3030).
You can configure the API by setting the following environment variables:

- __PORT__ - Port for the server to start on. Default is `3030`
- __MONGODB__ - The MongoDB connection string. Default is `mongodb://localhost:27017/place-my-order`