Skip to content

keiken-shin/login-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login System

Developed using Django and VueJs

Features

- User Register (3 types - Admin, Basic User, Client)
- User Login (JWT Authentication)
- Home Page display based in authenticated user type
- If not authenticated user redirected to Login page

Starting up project

- git clone https://github.com/keiken-shin/agrex_assignment.git
- cd backend
- python manage.py migrate
- python manage.py runserver
- cd frontend
- npm install
- npm run serve