UWindsor-COMP8967-Group-12 / COMP8967-Group-12-AuthApp-assign-1

Create an Authentication app. Use any front-end libraries of your choice (React, Angular, Vue etc.). Create your API. Don’t look at the existing solution. Fulfill user stories below: User story: I can register a new account User story: I can log in User story: I can log in or register with at least one of the following services: Google or Facebook User story: I can sign out User story: I can see my profile details User story: I can edit my details including photo, name, bio, phone, email and password User story: I can upload a new photo or provide an image URL Icon: https://google.github.io/material-design-icons/
0 stars 1 forks source link

COMP8967-Group-12-AuthApp-assign-1

Create an Authentication app. Use any front-end libraries of your choice (React, Angular, Vue etc.). Create your API. Don’t look at the existing solution. Fulfill user stories below: User story: I can register a new account User story: I can log in User story: I can log in or register with at least one of the following services: Google or Facebook User story: I can sign out User story: I can see my profile details User story: I can edit my details including photo, name, bio, phone, email and password User story: I can upload a new photo or provide an image URL Icon: https://google.github.io/material-design-icons/

Basic Features of The App

Quick Start

To get this project up and running locally on your computer follow the following steps.

  1. Set up a python virtual environment

  2. Run the following commands

    • pip install -r requirements.txt
    • python manage.py makemigrations
    • python manage.py migrate
    • python manage.py createsuperuser
    • python manage.py runserver
  3. Open a browser and go to http://localhost:8000/