All Projects → nicholaskajoh → React Django

nicholaskajoh / React Django

Simple setup for a React-Django web app.

Programming Languages

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

Projects that are alternatives of or similar to React Django

Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
Stars: ✭ 1,042 (+599.33%)
Mutual labels:  setup, django
Alize
Visualize Your Github Profile
Stars: ✭ 148 (-0.67%)
Mutual labels:  django, webapp
Channelstream
Channelstream is a websocket communication server for web applications
Stars: ✭ 52 (-65.1%)
Mutual labels:  django, webapp
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: ✭ 843 (+465.77%)
Mutual labels:  django, webapp
Django Todolist
exemplary django application - small to do list web app
Stars: ✭ 47 (-68.46%)
Mutual labels:  django, webapp
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-37.58%)
Mutual labels:  django, webapp
Snippod Starter Demo App
A full stack 'Hacker News' style demo web application built with React + Redux (Front) and django REST Framework (Server).
Stars: ✭ 128 (-14.09%)
Mutual labels:  django, webapp
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Django Pg Timepart
A Django extension that supports PostgreSQL 11 time ranges and list partitioning.
Stars: ✭ 147 (-1.34%)
Mutual labels:  django
Django Plus.vim
🎸 Improvements to the handling of Django related files in Vim
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Bento
[DEPRECATED] Find Python web-app bugs delightfully fast, without changing your workflow. 🍱
Stars: ✭ 147 (-1.34%)
Mutual labels:  django
Openwisp Users
Implementation of user management and multi-tenancy for OpenWISP
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Django Sql Explorer
Easily share data across your company via SQL queries. From Grove Collab.
Stars: ✭ 1,958 (+1214.09%)
Mutual labels:  django
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Django Gamification
The missing Django Gamification Package
Stars: ✭ 147 (-1.34%)
Mutual labels:  django
Twitterdatamining
Twitter数据挖掘及其可视化
Stars: ✭ 145 (-2.68%)
Mutual labels:  django
Djangocms Installer
Console wizard to bootstrap django CMS projects
Stars: ✭ 148 (-0.67%)
Mutual labels:  django
Slacklibrary
图书馆借还系统,一个Django写的练手项目
Stars: ✭ 144 (-3.36%)
Mutual labels:  django
Django Mail Templated
Send emails using Django template system
Stars: ✭ 146 (-2.01%)
Mutual labels:  django
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+1240.94%)
Mutual labels:  django

React-Django app

Simple setup for a React-Django web app. See tutorial here: https://alphacoder.xyz/dead-simple-react-django-setup.

Setup

  • Download/clone repo.
  • Create and activate a virtual environment.
  • Install Django and other dependencies with pip install -r requirements.txt.
  • Run Django app using python manage.py runserver.
  • Install React dependencies with npm install.
  • Run React app with npm start.
  • Build React app using npm run build.

Deploy

Read my tutorial on deploying this app to Heroku here: https://alphacoder.xyz/deploy-react-django-app-on-heroku.

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].