python manage.py test
Tutorials used for user authentication
>> virtualenv venv
>> .\venv\Scripts\activate
>> pip install -r requirements.txt
>> python manage.py runserver
>> yarn install
>> yarn start
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.
-
We have added frontend tests after the demo.
-
We have improved the UI of the loginpage. New loginpage image:

- Our frontend to backend communication is done through axios, which is basically AJAX under the hood.
- 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.