A boilerplate inspired by Traversy Media, made with my personal flavour :bulb:. Django + Auth :heavy_check_mark:, SQLite, React, Redux, Webpack app within a Docker container :whale: and ready for deployment to Heroku. :six_pointed_star:
This app is a ready-to-deploy application for Heroku. It was last deployed on 03/02/2019. The technology stack includes Docker, Django, React, Redux, Webpack, and SQLite3/Postgres. The app also utilizes Knox for authentication and Axios for API calls. The project folder contains separate directories for frontend, main application, and user/authentication related code.
This app is a ready-to-deploy Django and React application on Heroku. It utilizes Docker for containerization, Django for the backend, React for the frontend, and Redux for state management. It also includes features like authentication with Knox and API calls with Axios. The installation process involves replacing the project folder with the repository, running local Docker containers, and deploying to Heroku using the Heroku CLI. However, it is advised to make further adjustments, such as using NGINX in production and setting the SECRET_KEY as an environment variable for security purposes.