Skip to content

Final group attendance taking project for Processes of Object Oriented Software at UCF.

Notifications You must be signed in to change notification settings

grinselln/UCF_CheckInApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Check In App

I headed the efforts for the website front end (HTML, CSS, JS) and assisted with the website back end (Python).

Setup

You'll want to do a few things

  • install python 2.x
  • install pip for python 2.x
  • install depencies
  • initialize the database
  • run the server

Installing python 2.x and pip

If you use apt and have mirrors that host python and pip run the following: apt install python python-pip -y Otherwise google probably holds the how to install guide

Install depencies

To install the depencies, we're using pip. Run the following: pip install -r requirements.txt

Run the server

It's a python script, by default when you clone from this repo it'll be running at 127.0.0.1

python app.py

File directory is as follows:

  • android : Android app
  • webApp : Web app for non-Android devices, web back end

About

Final group attendance taking project for Processes of Object Oriented Software at UCF.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published