Skip to content

MahmudulHassan5809/olx-clone-resale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReSale

Sell or Advertise anything online with Resale

Live Demo

[Live Demo](https://resale.youngtimes24.com)

Requirements

open requirements.txt file to see requirements

Installing

open terminal and type
git clone https://github.com/MahmudulHassan5809/olx-clone-resale.git

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Static files collection

open terminal and type
python manage.py collectstatic

Creating Superuser

To create superuser open terminal and type
python manage.py createsuperuser

To run the program in local server use the following command

python manage.py runserver

Then go to http://127.0.0.1:8000 in your browser

Author

Mahmudul Hassan
Email: mahmudul.hassan240@gmail.com

========Thank You !!!=========