Skip to content

Commit

Permalink
ft(follow/unfollow): Authors can follow and unfollow fellow authors
Browse files Browse the repository at this point in the history
- Write unit test
- add route to follow authors
- add route to unfollow authors
- add route to get all authors followers
- add route to get all users author is following
- Modify .env.sample
- Modify .gitignore
- Modify sendmail.js

[Delivers #159206058]
  • Loading branch information
veeqtor committed Aug 26, 2018
1 parent f80bcb2 commit 805d56c
Show file tree
Hide file tree
Showing 17 changed files with 766 additions and 427 deletions.
7 changes: 6 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,18 @@ PROD_DB_HOST=
SESSION_SECRET=
JWT_TOKEN_SECRET=

SECRETE_KEY=
EMAIL_PORT=
EMAIL_USER=
EMAIL_PASS=
EMAIL_HOST=
VERIFYTOKEN_EXPIRY=

URL_HOST=
NO_REPLY_MAIL=
CLOUD_NAME=
API_KEY=
API_SECRET=
SECRET_KEY=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
logs
*.log
.DS_Store
.vscode

npm-debug.log*

Expand Down
Loading

0 comments on commit 805d56c

Please sign in to comment.