A project to tackle unemployment. Built under 24 hours in Refaktor Hackathon '23. By Team HEVC. Project Repo
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have Python3 and pip package manager installed on your machine. You can download them from the official website:
You will also need to have Flask and flask_sqlalchemy package installed in order to run this application.
- Clone the repository to your local machine
git clone https://github.com/anxkhn/codeclip.git
- Navigate to the project directory
cd codeclip
- Install the necessary packages
pip install -r requirements.txt
- Start the application
flask run
The application will now be running on http://127.0.0.1:5000
This app is intended to be deployed in a web server, you can use PythonAnywhere to deploy this application.
- CS50 - Harvard CS50's library for Python
- Flask - A microframework for Python web applications
- Flask-SQLAlchemy - An extension for Flask that adds support for SQLAlchemy
- Flask QRcode - A Flask extension to render QR codes on Jinja2 templates
- Werkzeug - A Flask framework that implements WSGI for handling requests.
- Jinja2 - A templating language for Python, used by Flask.
- LeXmo - Machine Learning and Data Analysis.
- Bootstrap 5 - An open source design system for HTML, CSS, and JS.