Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more details on README #207

Merged
merged 3 commits into from
Dec 9, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CMPUT 404 Project: Social Distribution

## Distributed
- Come check out our [website application](https://distributed-network-37d054f03cf4.herokuapp.com/)!
- Come check out our [server admin page](https://distributed-network-37d054f03cf4.herokuapp.com/admin/)!
- - Take a look at our [demo video](https://www.youtube.com/watch?v=hY4vweyiikY)!
rmgutierrez marked this conversation as resolved.
Show resolved Hide resolved
- Get access to our [API](https://distributed-network-37d054f03cf4.herokuapp.com/api/)
- [API Documentation](https://documenter.getpostman.com/view/29719988/2s9Ye8hFfD) in Postman

Expand Down Expand Up @@ -87,6 +89,9 @@ Connections
- Credentials to use our application
- username: project_test
- password: password
- Credentials to use our admin page
- username: not_found
- password: not_found
- Code Monkeys
- website URL: https://chimp-chat-1e0cca1cc8ce.herokuapp.com/
- username: node-404-team-not-found
Expand All @@ -107,8 +112,9 @@ Connections
- They implemented their `DELETE` `/followers` request in local-only mode, so we aren't able to "Unfollow" their authors.
- Triet
- website URL: https://fakebook-frontend-f922a5dc4574.herokuapp.com/
- username: 404-not-found
- username: node-404-team-not-found (or if it doesn't work, try 404-not-found)
- password: 1
- partial connection
- **Notes**:
- At the time of writing, Triet's database resets every day, so node and author registrations need to be done manually by Triet.
- Can view their authors, public posts, and followers
- Can follow their authors and accept their follows
- Can fetch comments, however Triet implemented some comments restrictions where the comment and post authors are the only ones who can see their comments.
Loading