Skip to content

cehayford/signup-turbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

react-drf

  • These project is based on how jwt(Django Rest framework) interacts with the frontend application(React and Axios) on Authentication and Authorization

Setup and run the frontend app

  • Open a new command line window and go to the project's directory
    • install the node package npm install

    • run the frontend app with the following command npm run start

Setup and run the Server

  • open a new command line window and open backend directory cd backend
    • run the bypassing or changing the execution policy in command line Set-ExecutionPolicy Unrestricted -Scope Process

    • run the virtualenv configuration with the following command ./env/Scripts/activate

    • run the server with the following command python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published