rimmelasghar / ReactingDjango-BoilerPlate

A lightning-fast Django-React boilerplate with latest dependencies to start with react project with Django Rest Framework. πŸš€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reacting Django- A Django & React BoilerPlate πŸš€

Main


Motivation 🎯

A lightning-fast Django-React boilerplate with latest dependencies to start with react project with Django Rest Framework. πŸš€

Features πŸš€

  • βœ… Django REST framework for a powerful API
  • βœ… Authentication With JWT
  • βœ… Throttle setup
  • βœ… Testing with Pytest
  • βœ… Minimal Template with necessary components
  • βœ… Configured Redux Store
  • βœ… Auto formatted with Prettier
  • βœ… React with functional components and hooks
  • βœ… PostgreSQL supported
  • βœ… Dockerize Application
  • βœ… TestDriven Development with Pytest

πŸš€ Installation & Setup πŸš€

Make sure you have docker and docker-compose installed docker installation guide

Step 1

create .env file in root folder.

DB_USER=postgres
DB_PASSWORD=dbpassword
DB_NAME=dbname
DB_PORT=5432
DB_HOST=localhost

Step 2

docker-compose up --build

πŸŽ‰ Your Production Ready Application is up and running on localhost:3000

  • Swagger docs on localhost:8000/

Main

  • Your Application on localhost:3000/

Main

Step 3

⭐ Star this Repository ⭐

License: MIT

Troubleshooting

If you are facing any problems, feel free to open an issue or contact me on rimmelasghar4@gmail.com

License: MIT Code by Rimmel with ❀

About

A lightning-fast Django-React boilerplate with latest dependencies to start with react project with Django Rest Framework. πŸš€

License:MIT License


Languages

Language:JavaScript 97.0%Language:Python 2.6%Language:HTML 0.3%Language:CSS 0.1%Language:Dockerfile 0.0%