Skip to content

richardgiddings/django_profile_page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Based on a tutorial I have written at https://blog.richardgiddings.co.uk/building-profile-page/ on how to write a basic profile page using Django, Django Rest Framework and React-Redux. Any comments welcome on how it can be improved.

If you just want to see it running you will need to run the following Django commands:

  • pip install django==1.10.5 djangorestframework==3.5.3 djangorestframework-jsonp==1.0.2 pillow==4.0.0
  • ./manage.py makemigrations
  • ./manage.py migrate
  • ./manage.py createsuperuser
  • ./manage.py runserver

Then for the React part run 'npm install' then 'npm start' in the react_front_end directory.

To see the Django Rest Framework API go to http://127.0.0.1:8000/api/

To see the React front-end go to http://localhost:8080/

About

A basic profile page built using Django, Django Rest Framework and React Redux based on a tutorial I have written at https://blog.richardgiddings.co.uk/building-profile-page/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published