Developed a marketplace for car for buying and selling using 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.
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
- please visit the deployment branch.