Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

rattrayalex/django-graphene-react-funtimes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-graphene-react-funtimes

Just playing around, comparing various technologies.

Backend:

<install python 3>
source env/bin/activate
pip install -r requirements.txt
cd backend
./manage.py makemigrations
./manage.py createsuperuser
./manage.py runserver

Frontend:

cd frontend
npm install
webpack -w

View: React: localhost:8000/ Grqphiql: localhost:8000/graphiql Rest Docs: localhost:8000/api Admin: localhost:8000/admin

This backend/frontend split was not quite the right organizational structure.

About

Just playing around

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published