Giter Site home page Giter Site logo

latam-c-turtles-portfolio's Introduction

Contributors


Logo

Pod 3.3.0 Team 1 Portfolio

A great kickoff to the MLH Production Engineering Fellowship!
Explore the repo »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributors
  5. Devpost
  6. License
  7. Acknowledgements

About the Project

Welcome to pod 3.3.0 team 1's portfolio webpage! As you may or may not know, our pod's nickname is the C Turtles. We wanted to incorporate this theme and represent it on our landing page with a unique underwater design. The portfolio overall runs from a Flask server written in Python and features the use of Bootstrap for our styling where ✨aesthetic✨ animations and transitions have been applied!

Upon establishing the Flask server and accessing our page, you will be welcomed by our Landing Page designed by Carlos Ricoveri and Jorge Sanchez. If interested in learning more about our pod, feel free to explore the About section, also designed by Jorge. For the time being, only the profiles of the members of team 1 will be accessible. To see them, click on the corresponding image within the landing page. The profile section was designed by Saul Montes De Oca. A screenshot of the welcome landing page can be seen here: Figma Landing Page Revised Design

Built With

Getting Started

In order to successfully run our webpage, you must follow these steps and adhere to the prerequisites. This will ensure you establish a correct running environment. For the sake of good practice, we recommend using a virtual environment and will thus be showing how to set that up in the following sub-sections!

Prerequisites

Installation

To install pip3 run the following commands in your bash terminal:

  • Update your system:
sudo apt-get update
  • Pip3 install:
sudo apt-get -y install python3-pip
  • Verify installation:
pip3 --version

Once pip3 is installed, we can now install virtualenv packages.

  • Virtualenv:
python3 -m pip install --user virtualenv
  • Verify installation:
virtualenv --version

Once that completes, download or clone this repository and using the bash shell navigate into the ../app/ folder. From here we are ready to set up our virtual environmment.

  • Set up virtual environmment:
virtualenv env
  • Activate virtual environment:
source /env/bin/activate

From there you should see a (environment) indicator appear in your shell. If this does not appear, please retrace your steps. The next item needed is Flask.

  • Install Flask:
pip3 install Flask

From here your environment should be ready to go! Congrats 🎊

Usage

To run the app you have to follow the next commandlines:

git clone [email protected]:MLH-Fellowship/LATAM-C-Turtles-Portfolio.git
cd LATAM-C-Turtles-Portfolio
pip3 install -r requirements.txt
flask run

Contributors

This team is composed of 3 members. Below are their Github and LinkedIn accounts.

Github

Jorge Sanchez

Carlos Ricoveri

Saul Montes De Oca

LinkedIn

Jorge Sanchez

Carlos Ricoveri

Saul Montes De Oca

Devpost

Check it out

License

LICENSE

Acknowledgements

GitHub Emoji Cheat Sheet

Img Shields

Pip3 Install

Readme Template

Wave Animations

Flask Blog Template MLH Logo

Turtle clipart

latam-c-turtles-portfolio's People

Contributors

carlosricov avatar s4nd1x avatar saulmontesdeoca avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

latam-c-turtles-portfolio's Issues

Readme for Repo

A markdown file describing our portfolio website & how to navigate it

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.