Giter Club home page Giter Club logo

wyomingteam's Introduction

๐ŸŽ“ InCollege CLI ๐ŸŽ“

This repository is created for purposes of collaboration between students for a Software Engineering class (CEN4020F21) at the University of South Florida in Tampa, FL. MIT license is implied. Code is free and open for everyone.

Overview

Hello and welcome to one-stop-shop for all career resources you'll need as a student. You can use this InCollege Command Line Interface (InCollege CLI) to:

  1. Find friends.
  2. Look for jobs.
  3. Learn relevant skills.
  4. And more...

Architecture

Architecture and design are important, however, we are still developing our project. Below you can see a snapshot of our application depicted as a state diagram. When it comes to code, we have a driver function implemented in main in_college.py file, and a utility file utils.py with all the data/content and verification procedures. Very simple, functional, works. We also use a lot of emojis.

alt text

Running and contributing

  1. Clone the repository.

Either through git or using GitHub CLI:

git clone https://github.com/USFCEN4020/CEN4020F21TeamWyoming.git
gh repo clone USFCEN4020/CEN4020F21TeamWyoming # GitHub CLI.
  1. Initialize virtual environment.
python3 -m pip install --user virtualenv # install venv.
python3 -m venv venv # initialize environment with name venv.

And then enter the virtual environment to install packages:

source venv/bin/activate # linux
. \venv\Scripts\activate # windows

pip install -r requirements.txt # to install packages.

Finally, run the program:

cd src/
python3 in_college.py

To contribute, follow coding standards and submit a PR ๐Ÿš€.

Standards

Coding standards are followed from this industry accepted guide: link.

To summarize general rules:

  • Function, files, variables are snake-case: long_number_a = get_my_number(4)
  • Limit line width to 80 characters.
  • Docstrings should be included with every function.

And you're good to go.

wyomingteam's People

Contributors

peacewalker365 avatar bmarcouiller avatar alexlogorz avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.