diff --git a/README.md b/README.md index 87e82af..c2704c7 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ ## About The Project -This project is the back end of a crowdfunding website which has been created to support people with raising funds for their furry children's medical expenses. +This project is the back end of a crowdfunding website which has been created to support people with raising funds for their furry children's medical expenses. You can find the front end repository [here][front-end-repo].

(back to top)

@@ -121,7 +121,7 @@ See the [open issues](https://github.com/rosiemaguire/Django-crowd-funding-proje | ----------- | -------------------- | -------------------------------------- | ------------------------------ | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------- | | GET | projects/ | Return all projects | N/A | 200 | N/A | | GET | pledges/ | Return all pledges | N/A | 200 | N/A | -| GET | users/ | Return all users | N/A | 200 | N/A | +| GET | users/ | Return all users | N/A | 200 | Bearer Token authentication.
Administrator user can view list of all users. Non administrator user will only return own user object. | | POST | projects/ | Create a new project | project object | 201 | Bearer Token authentication.
User must be logged in. | | POST | pledges/ | Create a new pledge | pledge object | 201 | Bearer Token authentication.
User must be logged in. | | POST | users/ | Create a new user | user object | 201 | N/A | @@ -210,7 +210,7 @@ Deployed Project: [Deployed website](https://advocat.fly.dev/projects/) ### Updated Database Schema -![Database Schema as at 12/08/23](images/DatabaseSchema_230812.svg) +![Database Schema as at 12/08/23](images/DatabaseSchema_230905.svg)