Skip to content

Automotive dealership API with administrative frontend

Notifications You must be signed in to change notification settings

zekalarcon/ego-car-dealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Car dealer APP

API Backend and Frontend Admin Documentation

This repository contains the source code for an API backend built with Python, Django, and Django REST Framework (DRF), along with a frontend admin interface developed with Vue.js version 3.

Getting Started
Prerequisites
Python 3.x
Django
Django REST Framework
Node.js
Vue.js 3.x
npm (Node Package Manager)

Clone the repository:
git clone

Navigate to the backend directory:
django_ego

Install Python dependencies:
pip install -r req.txt

Start the Django development server:
python manage.py runserver

Open another terminal window, navigate to the frontend directory:
vue_ego

Install npm dependencies:
npm install

Start the Vue.js development server:
npm run serve

Username = [email protected]
Password = cardealer

To create a new user and pass, inside django_ego:
python mananage.py createsuperuser

Screenshot from 2024-03-20 10-02-22 Screenshot from 2024-03-20 11-47-37 Screenshot from 2024-03-27 14-59-41

About

Automotive dealership API with administrative frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published