- Jul 20, 2016
-
-
Markus Grigull authored
Rename server.js to app.js. Add 404 and error handling middleware.
-
- Jun 27, 2016
-
-
Markus Grigull authored
Add cors package. Add /users/me route to identify from auth token.
-
- Jun 26, 2016
-
-
Markus Grigull authored
User passwords are stored with bcrypt hash & salt. The authentication token is stored in the 'x-access-token' header.
-
Markus Grigull authored
For tests open mongodb port and access directly (without docker)
-
Markus Grigull authored
-