Skip to content

CMPUT404GroupProject/CMPUT404Project

Repository files navigation

CMPUT404Project

Tests

python manage.py test

Resources Used:

Tutorials used for user authentication

Setting up environment

Backend

>> virtualenv venv
>> .\venv\Scripts\activate  
>> pip install -r requirements.txt
>> python manage.py runserver

Frontend

>> yarn install
>> yarn start

Login Credentials

Username: argho
Password: 12345678!

Note: If the login fails, please register a user with the credentials above as this user is necessary for the site to function properly. You can register and use any other user on the site but it is vital that this user exists in the database.

Features added post Demo

  • We have added frontend tests after the demo.

  • We have improved the UI of the loginpage. New loginpage image: image

Notes about AJAX usage

  • Our frontend to backend communication is done through axios, which is basically AJAX under the hood.

API Documentation

Notes about Connections

  • As mentioned in the Demo, one of the teams still hasn't fixed their schema so their posts (the posts in red background) will still appear to be broken.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5