https://github.com/charnaye95/therapyready-backend
A one-stop site that makes it easy to find the clinic or therapist you are looking for.
https://github.com/charnaye95/therapyready-backend
backend django django-rest-framework python rest-api
Last synced: 3 months ago
JSON representation
A one-stop site that makes it easy to find the clinic or therapist you are looking for.
- Host: GitHub
- URL: https://github.com/charnaye95/therapyready-backend
- Owner: charnaye95
- Created: 2022-07-03T07:19:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T23:58:35.000Z (over 2 years ago)
- Last Synced: 2025-01-25T20:26:33.121Z (5 months ago)
- Topics: backend, django, django-rest-framework, python, rest-api
- Language: JavaScript
- Homepage: https://therapyready-backend.herokuapp.com
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TherapyReady - Backend App
[Link Deployed on Heroku](https://therapyready-backend.herokuapp.com)
## Screenshots of the appClinics
Therapists

## Technologies usedPython, Django, Django Rest Frameworks
## Description
This application is part 1 of 2 of a full stack project. It holds the API for clinics and therapists within an area. A superuser was created and can be used in admin. The hope is to add clinics and therapists information with their prermission and fill up the database for people to use the site as a great resource.
## User Stories
A user could create, read, update, and delete information from the database.
## Stretch Goals and Major Hurdles
- I would like to add user authentication from Django.
- One major hurdle was trying to access the id of my objects. I didn't specifically put it in my models because Django is supposed to provide that. And they do, but I found out that you have to add it as a field to your serializers for it to show up.
- A stretch goal would to be to change persmissions to only allow admins with a login to be able to CRUD information from the database.