This is a demonstration of the proposed project "Spacey" for the CSE326 Information System Design Sessional of Level 3-2 of Department of CSE, BUET.
Spacey is a hosting and renting site for personal rooms, business storages, climate controlled storages and garages. Anyone can with proper identifacation can host a place for rent and others can rent this place for a specific period of time.
These resources are available here
- Clone this project
- Create a virtual environment in the cloned folder by
python3 -m venv spaceyenv
in terminal - Activate virtual environment by
source spaceyenv/bin/activate
- Or, the most easiest way, clone this project via PyCharm and let it handle the rest ;)
- In the terminal with virtual environment activated, run
pip install -r requirements.txt
- To create necessary databases, run
python3 manage.py makemigrations
andpython3 manage.py migrate
- Run the server by
python3 manage.py runserver
- Create superuser with your own credentials to view and manage the databases from django admin panel.
- Arif Shariar Rahman ID: 1705095
- Kazim Abrar Mahi ID:1705096
- Mohammad Shamim Ahsan ID:1705097
- Sadia Saman ID:1705102
- Anik Islam Pantha ID: 1705104
- Soham Khisa ID: 1705120