Git Product home page Git Product logo

proshir / realestate Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 45 KB

I developed a Django-based website as part of my software engineering course. The website includes user authentication, a well-structured database, and responsive UI/UX design. It's hosted online, and I've documented the project's key aspects, including deployment and security measures.

Python 57.84% CSS 2.14% HTML 40.02%

realestate's Introduction

realestate

Initialize

First, create your Python environment and install the required libraries with the following command:

pip install -r requirements.txt

Then prepare your database using the following commands:

Python manager.py makemigrations
Python manager.py migrates

And also create an admin user using the following command:

Python manager.py createsuperuser

Now we start the program:

python manager.py runserver

The site starts on port 8000. Now add the cities and provinces by Django admin (localhost:8000/admin).

Description

on the main page of the site, you can register or login (if logged in). If you are logged in, you can see your logout or profile section. On the main page, see the list of all the houses added by users. In the profile section, you can change the personal information you have registered. In the sidebar section of the profile, you can see the apartment sections, houses that you are the manager of. In the add apartment section, add the house and enter the information of that house. from this action, The desired house is displayed in my apartments. You can also provide the above information in Change apartments section. In offers, you can see the offers sent to a shared house by other users. Can you accept that if one of them is accepted, the other offers for that house will be removed from the list, then the intended user will be registered as a tenant. In the rented apartments section, you can see the houses that are rented. In the list on the main page, if the user chooses a house that is not for him, he can make an offer.

Add Apartment

Add Apartment

Apartment List

Apartment List

Register

Register

Apartment Detail

Apartment Detail

Diagrams

sequence diagram

Class Diagram

class diagram

realestate's People

Contributors

proshir avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.