Skip to content
/ Poke Public

Android application (and server) about poking your friends

Notifications You must be signed in to change notification settings

zalefin/Poke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCI 3308 - Fall 2020

Poke!

Poke! is a social media app about poking your friends. Send a small, predefined message with a fun image to a friend (they'll be notified!). One considerable difference between Poke! and most social media apps is that in Poke!, friends can only be added using someone elses QR code. This means that those on your friends list will consist exclusively of those you've connected with in person! (unless you cheat :O) Start having fun poking your friends today!

Team members:

Running the Android Client

The Android client can be run simply by downloading the APK located in the most recent release on GitHub.

Running the Server

Note: the app is currently hosted on a dedicated server and the source code of both the Android client and the server must be changed in order to reflect your target locations. Additionally, your own database must be reflected in src/server/pokeserver/settings.py

Assuming you have Python3 and the Django framework package installed,

python3 [PROJECTDIR]/src/server/manage.py runserver

can be used to run the development server.

Building/Running

The source can be built, run, and tested from Android Studio.

Directory Structure

.
├── MILESTONES (Project milestones)
├── pushpi.sh
├── README.md (This file)
├── src
│   ├── PokeApp (Android client)
│   ├── server (Server source)
│   └── static
└── tests (Unit tests)

532 directories, 1229 files

About

Android application (and server) about poking your friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages