GithubHelp home page GithubHelp logo

abwat / jwt-auth-react Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kushthedude/jwt-auth-react

0.0 0.0 0.0 1.86 MB

Simple JWT Auth Application

License: Apache License 2.0

HTML 2.03% JavaScript 77.56% CSS 1.15% Python 19.26%

jwt-auth-react's Introduction

JWT-Auth-React

Steps To Install:

React Frontend :

  • Clone the Repository.
  • Go to /Jwt-Auth-React/FE
  • Run npm install
  • Run npm start

Django Server:

  • After successfully executing the FrontEnd steps, Navigate to /Jwt-Auth-React/backend
  • Create a Virtual Env by virtualenv -p python3 venv
  • Activate it by source venv/bin/activate
  • Run pip3 install -r requirements/local.txt
  • Now run python manage.py makemigrations custom_user.
  • After creating custom_user, Run python manage.py migrate
  • Now create a superuser by python manage.py createsuperuser
  • Enter credantials for SuperUser.
  • If everything goes well, You can start server by python manager.py runserver

Visit the app on http://localhost:3000/

Comment by Aniruddh

jwt-auth-react's People

Contributors

abwat avatar dependabot[bot] avatar kushthedude avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.