Personal portfolio website made with Django framework in the backend, and with CSS, JS, and Bootstrap for the frontend.
- Light/dark mode toggle
- Live previews
- Fullscreen mode
Python, Java, C, C++, JavaScript, SQL, NoSQL, Wireshark, Burp Suite, Ghidra, GDB, Git, GitHub, NodeJS, Mongo, NodeRed.
I'm a computer scientist...
If you have any feedback, please reach out to us at [email protected]
Client: Html, css, Bootstrap
Server: python, Django
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