We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the log:
$ node 80cents.js
ZENserver v1.7.9 - Easy (but powerful) NodeJS server
▣ ENVIRONMENT ✓ Environment development ✓ Address localhost:1337
▣ SERVICES ✓ [POS] /api/signup ✓ [POS] /api/login ✓ [POS] /api/logout ✓ [GET] /api/profile ✓ [PUT] /api/profile ✓ [POS] /api/order/line ✓ [DEL] /api/order/line ✓ [PUT] /api/order/discount ✓ [PUT] /api/order ✓ [GET] /api/order ✓ [GET] /api/customer ✓ [PUT] /api/customer ✓ [DEL] /api/customer ✓ [GET] /api/collection ✓ [POS] /api/collection ✓ [PUT] /api/collection ✓ [DEL] /api/collection ✓ [GET] /api/product ✓ [POS] /api/product ✓ [PUT] /api/product ✓ [DEL] /api/product ✓ [GET] /api/review ✓ [POS] /api/review ✓ [PUT] /api/review ✓ [DEL] /api/review ✓ [POS] /api/image ✓ [DEL] /api/image ✓ [GET] /api/settings ✓ [PUT] /api/settings ✓ [GET] /api/page ✓ [POS] /api/page ✓ [PUT] /api/page ✓ [DEL] /api/page ✓ [GET] /api/discount ✓ [POS] /api/discount ✓ [PUT] /api/discount ✓ [DEL] /api/discount ✓ [PUT] /api/order/checkout ✓ [GET] /admin/:context/:id ✓ [GET] /admin/logout ✓ [GET] /admin/:context ✓ [GET] /admin ✓ [GET] /cart ✓ [GET] /order/:id ✓ [GET] /checkout ✓ [GET] /login ✓ [GET] /logout ✓ [GET] /profile ✓ [POS] /profile ✓ [GET] /collection/:id ✓ [GET] /product/:id ✓ [GET] /tag/:id ✓ [GET] /:page ✓ [GET] /assets/core ⚑ Error connection: undefined
The text was updated successfully, but these errors were encountered:
You need to run a mongodb on localhost:27017.
Sorry, something went wrong.
Same issue is being dealed here #2 . You must have mongodb installed and run sudo mongod before npm start.
mongodb
sudo mongod
npm start
Done, it works now. Thanks.
No branches or pull requests
This is the log:
$ node 80cents.js
ZENserver v1.7.9 - Easy (but powerful) NodeJS server
https://github.com/soyjavi/zen-server
▣ ENVIRONMENT
✓ Environment development
✓ Address localhost:1337
✓ Timezone Europe/Amsterdam
▣ SERVICES
✓ [POS] /api/signup
✓ [POS] /api/login
✓ [POS] /api/logout
✓ [GET] /api/profile
✓ [PUT] /api/profile
✓ [POS] /api/order/line
✓ [DEL] /api/order/line
✓ [PUT] /api/order/discount
✓ [PUT] /api/order
✓ [GET] /api/order
✓ [GET] /api/customer
✓ [PUT] /api/customer
✓ [DEL] /api/customer
✓ [GET] /api/collection
✓ [POS] /api/collection
✓ [PUT] /api/collection
✓ [DEL] /api/collection
✓ [GET] /api/product
✓ [POS] /api/product
✓ [PUT] /api/product
✓ [DEL] /api/product
✓ [GET] /api/review
✓ [POS] /api/review
✓ [PUT] /api/review
✓ [DEL] /api/review
✓ [POS] /api/image
✓ [DEL] /api/image
✓ [GET] /api/settings
✓ [PUT] /api/settings
✓ [GET] /api/page
✓ [POS] /api/page
✓ [PUT] /api/page
✓ [DEL] /api/page
✓ [GET] /api/discount
✓ [POS] /api/discount
✓ [PUT] /api/discount
✓ [DEL] /api/discount
✓ [PUT] /api/order/checkout
✓ [GET] /admin/:context/:id
✓ [GET] /admin/logout
✓ [GET] /admin/:context
✓ [GET] /admin
✓ [GET] /cart
✓ [GET] /order/:id
✓ [GET] /checkout
✓ [GET] /login
✓ [GET] /logout
✓ [GET] /profile
✓ [POS] /profile
✓ [GET] /collection/:id
✓ [GET] /product/:id
✓ [GET] /tag/:id
✓ [GET] /:page
✓ [GET] /assets/core
⚑ Error connection: undefined
The text was updated successfully, but these errors were encountered: