Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisaphire/django-realestate-webapp
Online Property Booking System
https://github.com/abhisaphire/django-realestate-webapp
abhisaphire django-project psycopg2 real-estate web-application
Last synced: 2 days ago
JSON representation
Online Property Booking System
- Host: GitHub
- URL: https://github.com/abhisaphire/django-realestate-webapp
- Owner: AbhiSaphire
- Created: 2019-07-16T19:24:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:30:18.000Z (over 2 years ago)
- Last Synced: 2024-01-15T19:42:24.260Z (10 months ago)
- Topics: abhisaphire, django-project, psycopg2, real-estate, web-application
- Language: CSS
- Homepage:
- Size: 3.03 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-RealEstate-WebApp
![GitHub issues](https://img.shields.io/github/issues/AbhiSaphire/Django-RealEstate-WebApp?style=for-the-badge)
![GitHub stars](https://img.shields.io/github/stars/AbhiSaphire/Django-RealEstate-WebApp?style=for-the-badge)## Requirements
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```bash
python3 manage.py makemigrations
```
```bash
python3 manage.py migrate
```
```bash
python3 manage.py runserver
```
## NOTE
For detailed working and specification of this project check ProjectReport.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)