Git Product home page Git Product logo

lucky93212 / cteconnect Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26.49 MB

CTEConnect is the next premier online employment and opportunity platform geared towards usage by high school students, parents, teachers, and administrators. Built for the 2024 New Jersey FBLA State Leadership Conference for the Coding & Programming category. Copyright © 2024 Lakshya Chauhan. All Rights Reserved. Made in America.

Python 2.67% CSS 43.58% JavaScript 1.37% SCSS 39.60% HTML 12.79%
fbla-2024 fbla-coding-and-programming slc work-based-learning

cteconnect's Introduction

CTEConnect

long_logo CTEConnect is the next premier online employment and opportunity platform geared towards usage by high school students, parents, teachers, and administrators.

Features

  • Comprehensive opportunities library: CTEConnect offers a comprehensive library of internships, programs, research fellowships, and other venues of employment from across numerous employers.
  • Application lifecycle management: Completely manages the lifecycle of applying to programs and integrates with third party application systems.
  • Detailed Reporting: Students, Parents, and all necessary faculty members will have the ability to instantly see reports regarding student mentorship hours and involvement.
  • Administrator Oversight: Student progress can be monitored at numerous levels which allows everyone to understand how students interact with employers and ensure that students are truly career ready.

Development

  • Django -- Primary framework for the website which allows for web page rendering as well as all backend technology. Django comes with a full suite of features that ensures security including CSRF tokens, host header validation, and cross site scripting (XSS) protection.
  • SQLite3 -- SQLite3 is utilized in order to store user information as well as other models including businesses, hours requests, WBL Opportunities, etc. SQLite3 is preferable as it integrates easily with Django.
  • Added benefit of utilizing a SQLite3 database as opposed to the tradition MySQL database is that SQLite3 can be stored locally. In addition, through the OneDrive integration, the SQLite3 database is constantly backed up to the cloud.
  • No costs associated with it due to the benefits provided by the GitHub Student Developer Pack. OneDrive provides constant database backup so a new database can be created in an integrity breach. The website is also written in a manner such that it firsts refers to a requests “url pattern” and then the corresponding function handles the request allowing for a selection form of running the program.

Installation

  • Clone the repo via the command git clone https://github.com/Lucky93212/CTEConnect
  • Open a terminal in the cloned folder.
  • Ensure you have the relevant dependancies installed including Python, Django, and the necessary Python libraries, if not be sure to install them via the pip install [LIBRARY] command.
  • Run the command py manage.py runserver
  • The client should be running on http://127.0.0.1:8000

© Copyright 2024 @Lucky93212. All Rights Reserved.

Unauthorized copying or redistribution of this work is strictly prohibited.

Made in America.

cteconnect's People

Contributors

lucky93212 avatar

Watchers

 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.