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