Skip to content

Developed a marketplace for car for buying and selling using django

License

Notifications You must be signed in to change notification settings

C0DE-SLAYER/AutoMax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Developed a marketplace for car for buying and selling using django

About django

  • Django's high-level Pythonic API promotes rapid development and clean, pragmatic design.
  • It handles small to large-scale projects with ease, offering flexibility and performance.
  • Includes robust ORM, URL routing, template engine, authentication, and more, saving development time.

Installation

git clone https://github.com/C0DE-SLAYER/AutoMax
cd AutoMax

pip install -r requirement.txt

# Change the .env.example file to .env and fill the field accordingly. If using the s3 bucket uncomment the storages section in settings.py file and fill the field accordingly

python manage.py migrate # Database migrations
python manage.py createsuperuser # Create a superuser (Optional)
python manage.py runserver # Head to 127.0.0.1:8000 to view the website

For deployment instructions

Demo

demo_1 demo_2 demo_3 demo_4 demo_5

License

MIT