An open API service indexing awesome lists of open source software.

https://github.com/xtream1101/django-react-boilerplate

Boilerplate repo for starting a project with a Django rest framework backend and React frontend
https://github.com/xtream1101/django-react-boilerplate

Last synced: 6 months ago
JSON representation

Boilerplate repo for starting a project with a Django rest framework backend and React frontend

Awesome Lists containing this project

README

          

# Django + React Boiler Plate

## Setup

1. Install pre-commit:
2. Install pre-commit hooks:

```bash
# Run from the repo root
pre-commit install
```

1. To run the pre-commit hooks manually:

```bash
pre-commit run --all-files
```

3. Setup the backend at [backend/README.md](backend/README.md)
4. Setup the frontend at [frontend/README.md](frontend/README.md)
5. Check out the [justfile](https://github.com/casey/just) commands available: `just --list`
6. [Bruno API Client](https://www.usebruno.com/) examples are in the backend folder `bruno-client/`
- They will work with the defaults created on server start up