GithubHelp home page GithubHelp logo

cammarb / my-portfolio Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 999 KB

My portfolio website made with Fask.

Home Page: https://camilamartinez.herokuapp.com/

CSS 19.00% HTML 34.80% Python 38.77% Mako 0.93% JavaScript 6.46% Procfile 0.04%
portfolio portfolio-website personal-website python flask sqlalchemy blog

my-portfolio's Introduction

Portfolio Website ๐Ÿ‘‹

๐Ÿ’ป Website containing all full-stack development projects, as well as blog posts.

screenshot

Run project

1. Clone the project and open the folder

git clone https://github.com/cammarb/my-portfolio.git && cd my-portfolio

2. Create virtual enviroment

Linux/MacOS

python3 -m venv venv

Powershell

py -3 -m venv venv

3. Activate virtual enviroment

Linux/MacOS

. venv/bin/activate

Powershell

venv\Scripts\activate

4. Install dependencies

pip install -r requirements.txt

5. Create file named .env containing the following:

FLASK_APP=run.py
FLASK_ENV=development
DATABASE_URL=sqlite:///database.db

6. Upgrade database tables

flask db upgrade

7. Run project

flask run

Pages

Home

Short description about me and my skills (web dev related).

Projects

It will display a gallery of the projects I have developed, including a preview image of them, a short description and the technologies used, as well as a link to the repository.

Blog

List of my entries will be shown and on each blog post a title should be required to be posted.

Contact

Display of links to my Github profile, email, Linkedin and PDF resume.

Features

  • ๐Ÿ–ผ Responsive design
  • โž• Blog
    • Create
    • Delete
    • Edit
  • ๐Ÿ“ Project
    • Create
    • Delete
    • Edit
  • ๐Ÿ”’ Login/Authentication
    • Register
    • Login

To be implemented in the future

  • ๐Ÿ’ก Dark and light mode switcher
  • ๐Ÿ” Search and filter blog entries
  • ๐ŸŽจ Background animations

Built with

  • Python (Flask)
  • Javascript
  • CSS
  • HTML

my-portfolio's People

Contributors

cammarb avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

saysudheer

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.