llamaFace is f*cebook for llamas.
this is a full stack project. front end (angular 6) project can be found here: llamaface-ng2
routes:
route | method |
---|---|
/llamas | /GET, /POST |
/llamas/:id | /GET, /PATCH, /DELETE |
/llamas/search | /GET |
/llamas/me | /GET |
/llamas/me/token | /DELETE |
/llamas/login | /POST |
/posts | /GET, /POST |
/posts/:id | /GET, /PATCH, /DELETE |
/posts/user/:id | /GET, /DELETE |
technologies: node, express, mongoose, bcrypt, jwt, mocha, heroku, travis ci.