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

Start 80cents not working #6

Open
Mathias88 opened this issue Feb 10, 2016 · 3 comments
Open

Start 80cents not working #6

Mathias88 opened this issue Feb 10, 2016 · 3 comments

Comments

@Mathias88
Copy link

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

@gabrielperales
Copy link

You need to run a mongodb on localhost:27017.

@gabrielperales
Copy link

Same issue is being dealed here #2 .
You must have mongodb installed and run sudo mongod before npm start.

@Mathias88
Copy link
Author

Done, it works now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants