Rjango

screenshot of Rjango
django
react
scss

Django boilerplate with GraphQL, serving a Webpack compiled React Relay Modern frontend.

Overview

Reango is an innovative backend framework that seamlessly integrates Django with GraphQL Relay Modern. Designed for developers looking to create efficient web applications, Reango serves as a bridge between powerful server-side capabilities and a flexible client-side interface. It also supports React Native, allowing you to compile applications not only for mobile devices but also for the web.

The framework prioritizes user-friendly features and efficient development practices. With its straightforward setup and comprehensive documentation, Reango is poised to make a significant impact in modern application development.

Features

  • Relay Support: Built-in support for Relay enables efficient data-fetching patterns, enhancing app performance and user experience.

  • User Registration: Easily implement user registration and sign-up processes using JWT for secure authentication.

  • Postgres Integration: Utilizes PostgreSQL as a primary database, leveraging the Trigram Full-Text Search Extension for powerful query capabilities.

  • Easy Deployment: Simple deployment options through Heroku or Docker ensure you can get your app running in no time.

  • Quick Start Setup: Requires only Python 3, PostgreSQL, and Node; includes a virtual environment for smooth installation processes.

  • Flexible Routing: Add custom routes and manage client-side navigation effortlessly with the structured routing system.

  • Reusable Components: Store reusable components in an organized folder structure, promoting better code maintainability and reuse.

  • Data Staging: Facilitate testing and development with easy staging of data through simple management commands.

Overall, Reango combines the best of modern web development tools and practices, making it a worthwhile consideration for any serious developer.

django
Django

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

docker
Docker

A website that uses Docker for containerization to streamline development, testing, and deployment workflows. This includes features such as containerization of dependencies, automated builds and deployments, and container orchestration to ensure scalability and availability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

recharts
Recharts

Recharts is a powerful and easy-to-use React library for building customizable and interactive charts. Built on D3.js, it offers a wide range of pre-built chart types, such as line, bar, pie, and scatter charts, all of which can be composed with a declarative syntax.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.