- Environment: NodeJS v0.12.x
- Main Framework: ExpressJS
- DB: MongoDB v3.x.x
- Linter: JSHint/ESLint (ESLint is preferred)
node app.js or nodemon app.js-
GET /questions--> Retrieve question -
POST /questions--> Create a new question -
GET /users--> Get user info -
POST /users--> Add a new user -
POST /login--> User login
| Type | URL |
|---|---|
| Staging | https://easyace-api-staging.herokuapp.com |
Please use the staging api server during current development period.