Skip to content

Social media app for a project in TDDD80 Mobile and Social Applications

Notifications You must be signed in to change notification settings

JoeyPriceless/TDDD80-blur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDDD80 Project

Axel Wretman | Joseph Hughes

Build instructions

Android

Open the tddd80-projekt\client folder as a project in Android Studio, not the project root folder. If Android Studio doesn't automatically mark the correct folders, mark tddd80-projekt\client\app\src\main\java as Source Root and tddd80-projekt\client\app\src\main\res as Resource Root.

Recommended dependencies and software

Android Studio: 3.4

Gradle-version: 3.4.0

Android SDK: 28

The remaining dependencies are specified in build.gradle (Module: app) and will be automatically synced by Gradle.

Server

Make sure that the tddd80-projekt\app is marked as source root in PyCharm. If you want to launch the server localy use a "Flask server" launch configuration with "server" as the specified module. A an image named steviewonder.jpg must be included in tddd80-projekt\app\server if you wish to run unit tests.

Recommended dependencies and software

PyCharm: 2019.1

Python: 3.7

pip: 10.0.1

SQLite: 3.28

The remaining dependencies are specified in requirements.txt

Create a virtual environment and run

>>>pip install -r requirements.txt

in your shell.

Coverage

A coverage report for the server has been exported and can be found under app/coverage. Open index.html to view the report.

About

Social media app for a project in TDDD80 Mobile and Social Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages