https://github.com/bmoprogrammer/software-design-group-20
https://github.com/bmoprogrammer/software-design-group-20
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmoprogrammer/software-design-group-20
- Owner: bmoprogrammer
- Created: 2021-01-27T01:43:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T21:09:56.000Z (about 5 years ago)
- Last Synced: 2025-01-24T07:11:22.253Z (over 1 year ago)
- Language: Python
- Size: 7.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software-Design-Group-20
# This project is/was coded by Brendan Morales, Aiden Takei, and Songwen Xue.
# This repo is for the Software Design class taught by Raj Singh at the University of Houston for the Spring 2021 semester.
[comment]: <> (# If you do not have either installed on your machine be sure to visit https://www.python.org/ and install the latest version.)
[comment]: <> (# Once you have installed Python on your machine, be sure to run 'pip install flask' on your command line to install flask.)
# Create a copy of the directory by typing in git bash 'git clone https://github.com/bmoprogrammer/Software-Design-Group-20.git' then work your way to the directory and type cd 'software-design-group-20'
# To run the website locally, run the following commands in the terminal:
1. ***pip install -r reuqirements.txt***
2. ***python run.py***
[comment]: <> (# After you have made your way to the main directory type 'python project.py' and the website should start running.)
# Start up your browser of choice and type in the search bar 'localhost:5000' and the website should start.
# To login to the dummy data, navigate to the login page and for the username enter 'moto' and the password is 'testing'. This should redirect you/the user to the profile management page to fill out personal information.
# To generate coverage report type "coverage run -m pytest" in bash environment.
# After running previous command, type "coverage report -m" to see coverage report.