Starter project for Django REST API
Create your project directory
mkdir my_project
Clone starter app into your blank project directory
git clone https://github.com/eruckemmanuel/django-api-starter.git my_project
You can now navigate into your project directory and continue other configurations
cd my_project
Copy the sample.env
file and modify to match your configuration
cp sample.env .env