All Projects → ncrmro → rjango

ncrmro / rjango

Licence: MIT License
Django boilerplate with GraphQL, serving a Webpack compiled React Relay Modern frontend.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to rjango

twitch-chat-visualizer
A Node.js Project. Would you like to see your chat stream with a custom design? This is for you!
Stars: ✭ 14 (-80.82%)
Mutual labels:  heroku
atata-kendoui
A set of Atata components for Kendo UI
Stars: ✭ 17 (-76.71%)
Mutual labels:  selenium
babel-plugin-remove-test-ids
🐠 Babel plugin to strip `data-test-id` HTML attributes
Stars: ✭ 40 (-45.21%)
Mutual labels:  selenium
groupme-at-all
A Hubot chat bot to mention every user in a GroupMe channel all at once.
Stars: ✭ 94 (+28.77%)
Mutual labels:  heroku
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (-67.12%)
Mutual labels:  heroku
heroku-bash-completion
💀 OFFICIAL SUPPORT NOW AVAILABLE: https://github.com/heroku/heroku-cli-autocomplete
Stars: ✭ 12 (-83.56%)
Mutual labels:  heroku
meros
🪢 A fast utility that makes reading multipart responses simple
Stars: ✭ 109 (+49.32%)
Mutual labels:  relay
FileStreamBot
Telegram File to Link Fastest Bot , Its Generate Direct Links Quickly
Stars: ✭ 99 (+35.62%)
Mutual labels:  heroku
quiz-host-app
Multiplayer quiz app built on Salesforce technology (host app)
Stars: ✭ 69 (-5.48%)
Mutual labels:  heroku
Web-Spider-Login-Bilibili-Python3
网络爬虫模拟登陆bilibili 滑动验证码的破解 弹幕发送 2018-10-9
Stars: ✭ 38 (-47.95%)
Mutual labels:  selenium
buffalo-heroku
Sets up and deploys apps to Heroku
Stars: ✭ 14 (-80.82%)
Mutual labels:  heroku
WilliamButcherBot
Telegram Group Manager Bot Written In Python Using Pyrogram.
Stars: ✭ 187 (+156.16%)
Mutual labels:  heroku
bots-zoo
No description or website provided.
Stars: ✭ 59 (-19.18%)
Mutual labels:  selenium
charles
Java web crawling library
Stars: ✭ 31 (-57.53%)
Mutual labels:  selenium
ZZULI-healthreport
郑州轻工业大学疫情打卡
Stars: ✭ 95 (+30.14%)
Mutual labels:  selenium
tropic
🍍 Test Runner Library
Stars: ✭ 29 (-60.27%)
Mutual labels:  selenium
herogate
Heroku + AWS Fargate = Herogate 🚀 Deploy and manage containerized applications like Heroku on AWS
Stars: ✭ 17 (-76.71%)
Mutual labels:  heroku
babel-plugin-transform-relay-hot
🔥 BabelRelayPlugin with hot reload
Stars: ✭ 28 (-61.64%)
Mutual labels:  relay
caligo
SelfBot for Telegram
Stars: ✭ 34 (-53.42%)
Mutual labels:  heroku
search photo-telegram-bot-heroku
一个可以部署在heroku上的搜图机器人
Stars: ✭ 137 (+87.67%)
Mutual labels:  heroku

reango

The Django + GraphQL Relay Modern backend.

Check out the react-native branch as well which can also compile to the web!

Looking to help with development and more up to date issue check the Gitlab hosted version of Reango.

Features

  • Relay Support
  • User Registration/Sign up using JWT
  • Postgres as a first class database, making use of Trigram Full Text Search Extension
  • Heroku or Docker Deployment

Quick start:

You will need python 3, postgres and node installed. You will also need to have a virtualenv activated before running npm install/yarn or the post install build step will fail as django needs to be available to dump the graphql_schema

source ~/.virtualenvs/reango/bin/activate
cp .env.sample .env
pip3 install -r ./lib/deps/dev.txt
yarn

Getting started

Define a django model, register the node and query with in the ./server/reango/schema.py

To work with the client side, add a route in the ./client/routes

Reusable components go in ./client/components, If you'd like you can split of django apps into there own folders in the ./client/modules like the django apps concept

Staging Data

Factories should be used to generate the staging data during tests as well and in the development environment.

A single django managment command should be available to get everything staged initial.

This command should be composed of smaller commands defined in each django app's management folder. This way you can delete a single users object and regenerate or generate multiple for each users.

python3 manage.py stagedata

Prod

See readme in ./lib/deployment

Front-End originally based on the awesome Relay Fullstack

https://github.com/lvarayut/relay-fullstack

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].