Skip to content
/ buyacar Public

Car marketplace webapp. Vue + Django REST Framework

Notifications You must be signed in to change notification settings

D3VO1D/buyacar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

buyacar.com

How to Run

Linux

1. First terminal tab
cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

2. Second terminal tab
cd frontend
npm i
npm run serve

Frontend will be available on http://localhost:8080

Windows

1. First terminal tab
cd backend
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

2. Second terminal tab
cd frontend
npm i
npm run serve

Frontend will be available on http://localhost:8080

About

Car marketplace webapp. Vue + Django REST Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published