RESTful API backend for jobQuery
See the client README for full instructions.
- Install dependencies with
npm install
. - Start your local instance of MongoDB (
mongod
). - Start the server by typing
node server.js
in the root folder.
- User authentication with JSON web tokens
- User invitations
- Password reset
- Public and private routes
- Node.js with Express.js
- MongoDB with Mongoose
Morgan is express middleware which aids in debugging by logging HTML requests into the terminal. JobQuery currently uses the dev format:
:method :url :status :response-time ms - :res[content-length]
POST /login 200 269.680 ms - 293