Skip to content

cris96spa/portfolio

Repository files navigation

My Personal Portfilio Website (Django)

Personal portfolio website made with Django framework in the backend, and with CSS, JS, and Bootstrap for the frontend.

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode

🔗 Links

linkedin

🛠 Skills

Python, Java, C, C++, JavaScript, SQL, NoSQL, Wireshark, Burp Suite, Ghidra, GDB, Git, GitHub, NodeJS, Mongo, NodeRed.

Hi, I'm Cristian C. Spagnuolo! 👋

🚀 About Me

I'm a computer scientist...

Feedback

If you have any feedback, please reach out to us at [email protected]

Tech Stack

Client: Html, css, Bootstrap

Server: python, Django

Run Locally

Clone the project

bash git clone https://github.com/cris96spa/portfolio.git

Go to the project directory

bash cd portfolio

MAKE Migration

  python manage.py makemigrations

MAKE Migration

  python manage.py migrate     

Start the server

  python manage.py runserver     

Authors