https://github.com/i0sys/ar-realty-back-end
The back-end service of the project allows for the management of listings, realtors, and users through the ability to add, update, and remove them. For further information, please refer to the README.md file.
https://github.com/i0sys/ar-realty-back-end
cloudinary django django-cors-headers django-rest-framework passlib python
Last synced: 2 months ago
JSON representation
The back-end service of the project allows for the management of listings, realtors, and users through the ability to add, update, and remove them. For further information, please refer to the README.md file.
- Host: GitHub
- URL: https://github.com/i0sys/ar-realty-back-end
- Owner: i0sys
- License: mit
- Created: 2022-05-28T01:05:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T23:59:12.000Z (over 1 year ago)
- Last Synced: 2025-02-28T21:10:58.490Z (3 months ago)
- Topics: cloudinary, django, django-cors-headers, django-rest-framework, passlib, python
- Language: Python
- Homepage: https://github.com/iamalmiir/ar_realty_client.git
- Size: 10.1 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- Project Title: AR Realty App
- Language: Python
- Frameworks: Django, Resful Framework
- Database: PostgreSQL
- File storage: Cloudinary
- Deployment: Digital Ocean## Description
As part of the AR Realty website, this is a back-end application that allows you to manage Django-powered websites through a web interface. You can achieve this by using the Django admin panel or sending HTTP requests to the API endpoints for specific actions. This app utilizes Cloudinary to fast and efficiently store media files for listings, realtors, users, and all other media related to the website.
## Screenshots
Admin Panel
![]()
## Instalation
> Please make sure to create your own .env file with all necessary credentials before you continue. [^1] [^2]
[^1]: You can see `.env.example` file.
[^2]: _Following commands are for Unix-like operating systems_Create virtual environment:
```bash
python -m venv ./venv
```Activate virtual environment:
```bash
source ./venv/bin/activate
```Install all requirements:
```bash
pip install -r requirements.txt
```## Technologies used
- Django
- Django is a high-level Python web framework that enables rapid development of secure and maintainable websites.
Built by experienced developers, Django takes care of much of the hassle of web development. I highly encourage
you to read more [about Django](https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Introduction).
- Django REST framework- Lets you create RESTful APIs: A way to transfer information between an interface and a database in a simple way.
DRF, as much as Django, makes everything simple and easier. Learn
more [here](https://www.django-rest-framework.org/).- PostgreSQL
- PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development
and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.
Learn more [here](https://www.postgresql.org/).- Digital Ocean
- DigitalOcean is a cloud platform that provides developers cloud services that help to deploy and scale applications
that run simultaneously on multiple computers. Learn more [here](https://www.digitalocean.com/).###
    
### Future development
- In the future I aim to implement
- Functionality for managing rental listings.
- Image optimization when uploading
- More security measures