Skip to content

john-huang-121/django-react-signup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Backend (Django)

  1. Navigate into the backend directory.
  2. Activate the venv.
  3. Run pip install -r requirements.txt
  4. Run python manage.py migrate to set up the django user migration.
  5. Run python manage.py runserver to start up the django server.

Frontend (React + Typescript)

  1. In a seperate terminal, navigate to the frontend directory.
  2. Run npm i to install relevant packages.
  3. Run npm run dev to start up the dev server.
  4. Go to the http://localhost:5173/splash route.
  5. Click on the Go to Sign Up button.

About

A signup app that uses TypeScript + React for the frontend and Django for the backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors