All Projects → justdjango → Djreact

justdjango / Djreact

A simple introduction to integrating Django and React.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Djreact

Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+8104.1%)
Mutual labels:  django, backend, frontend
Aws Boilerplate
Opinionated full stack web app's boilerplate, ready to be deployed to AWS platform.
Stars: ✭ 682 (+115.14%)
Mutual labels:  django, backend, frontend
Sifrr
⚡️ Set of tiny, independent libraries for creating modern and fast webapps with javascript/typescript
Stars: ✭ 174 (-45.11%)
Mutual labels:  fullstack, backend, frontend
Justchat
A chat application built with Django channels.
Stars: ✭ 183 (-42.27%)
Mutual labels:  django, backend, frontend
Growth In Action
全栈增长工程师实战
Stars: ✭ 2,411 (+660.57%)
Mutual labels:  fullstack, backend, frontend
Trello Clone
A Trello clone made using Django and React
Stars: ✭ 70 (-77.92%)
Mutual labels:  django, frontend
Vycontrol
vyos frontend
Stars: ✭ 92 (-70.98%)
Mutual labels:  django, frontend
Okuna Api
🤖 The Okuna Social Network API
Stars: ✭ 200 (-36.91%)
Mutual labels:  django, backend
Full-Stack-Development-Learning-Path
This repo contains all the things which I practice while learning the Full-stack web development
Stars: ✭ 80 (-74.76%)
Mutual labels:  backend, fullstack
Frontend Developer Roadmap
📘 Front-end developer roadmap in 2021. This repository aims to collect the most important concepts of front-end.
Stars: ✭ 233 (-26.5%)
Mutual labels:  fullstack, frontend
Ownphotos
Self hosted alternative to Google Photos
Stars: ✭ 2,587 (+716.09%)
Mutual labels:  django, backend
jobs
💼 Job opportunities in Singapore and abroad
Stars: ✭ 36 (-88.64%)
Mutual labels:  backend, fullstack
Django Unicorn
The magical reactive component framework for Django ✨
Stars: ✭ 431 (+35.96%)
Mutual labels:  django, fullstack
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (-88.33%)
Mutual labels:  backend, fullstack
food-help
A clone of popular food and business review web app yelp
Stars: ✭ 24 (-92.43%)
Mutual labels:  backend, fullstack
mangooio
An Intuitive, Lightweight, High Performance Full Stack Java Web Framework.
Stars: ✭ 52 (-83.6%)
Mutual labels:  backend, fullstack
Trybe-School
All activities while studying at Trybe fullstack software development school. Contains: projects, exercises, course summaries. Brazil, 2020-2021.
Stars: ✭ 73 (-76.97%)
Mutual labels:  backend, fullstack
Roadmap Do Desenvolvedor Web
🎢 Roadmap para se tornar um desenvolvedor web! Atualização 2021!
Stars: ✭ 276 (-12.93%)
Mutual labels:  backend, frontend
Events-based-organizational-website
The official codebase for college-based (event managing) organizations. FOUR-LEVEL Authorization system and scalable.
Stars: ✭ 14 (-95.58%)
Mutual labels:  backend, fullstack
full stack knowledge list
full_stack_knowledge_list,开发知识体系,主要是全栈开发知识体系。 目的:每一个开发人员都应该形成自己的知识体系,做到提纲挈领。在设计代码,聊技术,面试,系统结构设计,架构设计等时候,能够游刃有余,充满自信。 特点: 1、前端领域:Html和css基础,JavaScript,计算机基础,框架和类库,前端工程,项目构建,算法与数据结构等。 2、后端领域:欢迎补充。。。
Stars: ✭ 26 (-91.8%)
Mutual labels:  backend, fullstack

JustDjango

The Definitive Django Learning Platform.

Django + React Introduction

This project is broken up into a backend and frontend. The backend contains the Django project which uses the Django Rest Framework to host a simple API. The frontend uses React and queries data from the API.

Run the following commands to get started:

virtualenv env
pip install -r requirements.txt
npm i
npm run build
python manage.py runserver

To navigate back to the starting code of video 2:

git init
git clone https://github.com/justdjango/DjReact.git
cd DjReact
git reset --hard 815eb83e0894d9bc5ebef66501721dc5063cf6a0

For video 3:

git reset --hard 3030f494a799e5b7996342e5176f7c604dcf868b

Remove the git repo with this command on mac/linux:

rm -rf .git

and this on windows:

rmdir .git

Other places you can find us:

YouTube Twitter

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