Skip to content

dnyanesh94/rest-auth-authentication-with-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rest-auth-authentication-with-angular

django rest-auth and angular authentication

Django Setup

  1. install virtual envoirment using pip and setup it.
  • pip install virtualenv
  • virtualenv env
  1. clone repository
  1. change directory kayadhu.
  • cd kayadhu
  1. install requirements.txt
  • pip install requiremtents.txt
  1. create database kayadhu in postgres and migrate it.
  • python manage.py makemigrations
  • python manage.py migrate
  1. run django server
  • python manage.py runserver

Angular Setup

  1. change directory to web
  • cd web
  1. install node packeges
  • npm install
  1. run npm server
  • npm start

About

django rest-auth and angular authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published