Skip to content

charliemday/signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

signup

Simple Signup

This is an example of a simple signup page using React for frontend and Python (Django) for backend.

alt-text

This project has yet to have a docker container therefore after cloning the repo

Step 1 (Install Python dependencies)

pip install -r requirements.txt

Step 2 (Startup Django server)

cd backend && python manage.py runserver

Step 3 (Install React packages)

cd frontend && yarn install

Step 4 (Startup React server)

yarn start