API to manage automobile inventory, including vehicle listings, dealership information, sales transactions, and maintenance records. This system will enable users to manage vehicles, handle sales, and track maintenance, providing a robust solution for automobile management.
- Python 3.x
- Django
- djangorestframework
- djangorestframework-simplejwt
-
Clone the repository
git https://github.com/Micode360/Automobile-Management-System-API.git cd Automobile_Management_System_API
-
Create and activate a virtual environment
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install dependencies
pip install -r requirements.txt
-
Run migrations
python manage.py makemigrations python manage.py migrate
-
Create a superuser to access the admin site
python manage.py createsuperuser
-
Start the development server
python manage.py runserver
Open your browser and visit http://127.0.0.1:8000/admin to log in to the admin site and manage memos.