Backend API
Clone the project using git
git clone https://github.com/rk4bir/drf-vue-boilerplate.git
Goto the project dir
cd backend
Create virtual environment and activate it
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate
Update pip and install dependencies
pip install -U pip
pip install -r requirements.txt
Run the development server
python manage.py runserver
docker-compose up --build