Skip to content

CMPUT401F21-Hackathon/Mood-Journal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mood Journal

Mood Journal & Vibes

alt text

Quick Video Demo:

https://youtu.be/RSxcEnDtrq8

Instructions

  • Create your virtualenv, then pip install -r requirements.txt (or pip3)
  • cd hackathon
  • python3 manage.py makemigrations (or python)
  • python3 manage.py migrate
  • You will need a user to use the webpage
  • python3 manage.py runserver.
  • Go to http://127.0.0.1:8000, if you can login with JohnDoe/cmput401, we are set to go.

Else (OR to create a new user/profile, skip the first step):

  • python3 manage.py createsuperuser => use admin/admin credentials.
  • python3 manage.py runserver
  • Now if you go to http://127.0.0.1:8000 it will said you need to log in. DONT LOGIN WITH ADMIN.
  • Go to http://127.0.0.1:8000/admin, login with admin/admin, under AUTHENTICATION AND AUTHORIZATION, add a User.
  • Use JohnDoe/cmput401.
  • Go back, under MOOD_JOURNAL, add a Profile. In User, select JohnDoe in the drop down menu. Name and Bio you can choose anything.
  • Now, LOGOUT, then go to http://127.0.0.1:8000 and login with JohnDoe/cmput401.

About

Mood Journal & Vibes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors