1.7.0 • Published 27 days ago

place-my-order-api v1.7.0

Weekly downloads
6
License
MIT
Repository
github
Last release
27 days ago

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 with the default settings. MongoHub 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

Installation

Install the API globally

npm install place-my-order-api -g

Then start with:

place-my-order-api

The default port is 3030. Some default data will be initialized on the first start. You can now find the API at http://localhost:3030.

Environment variables

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
1.7.0

27 days ago

1.5.0

2 months ago

1.4.0

5 years ago

1.3.0

5 years ago

1.1.0

5 years ago

1.1.0-0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.4.4

8 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.2.0

9 years ago

0.1.4

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago