Skip to content

LindaNayeli104/mlh-orientation-hackathon-project

 
 

Repository files navigation

Hacker's portfolio 💻

MLH Fellowship 2021 Hackathon

Flask portfolio template created to be utilized by hackers as an official portfolio! You can use it and make it your own!

portfolio_scroll.mp4

Installation

Currently runs locally. Make sure you have python3 and pip installed

Create and activate virtual environment using virtualenv

$ python -m venv python3-virtualenv
$ source python3-virtualenv/bin/activate

Use the package manager pip to install all dependencies

pip install -r requirements.txt

Usage

Create a .env file using the example.env template

Start flask development server

$ export FLASK_ENV=development
$ flask run

Technologies and languages used

  • HTML
  • CSS
  • Python
  • Flask
  • Visual Studio Code

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT License

Coded by

  • Joey Cam
  • Ebenezer Teshome
  • Linda Abundis

About

MLH Orientation Hackathon project - Team 3.3.4.2 JEL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • C 0.7%
  • CSS 0.1%
  • Mako 0.1%
  • HTML 0.1%
  • JavaScript 0.1%