https://github.com/ynstf/portfolio
https://github.com/ynstf/portfolio
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ynstf/portfolio
- Owner: ynstf
- Created: 2024-06-03T20:50:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-30T22:08:15.000Z (11 months ago)
- Last Synced: 2025-11-23T01:04:37.850Z (7 months ago)
- Language: CSS
- Homepage: https://youness-atif.vercel.app/
- Size: 17.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Django Portfolio Project
This repository contains my portfolio project built with Django. The project showcases my personal information, projects, and includes a contact form.
## Features
- Display personal information and projects
- Contact form
## Technologies Used
- Django
- HTML/CSS
- JavaScript
- Bootstrap (or any other frontend framework if used)
## Setup Instructions
### Prerequisites
- Python 3.12 installed
- pip (Python package installer)
- Virtualenv (optional but recommended)
### Installation
1. **Clone the repository:**
```bash
git clone https://github.com/ynstf/portfolio.git
cd portfolio
1. **Create a virtual environment:**
```bash
python -m venv env
source env/bin/activate # On Windows use `env\Scripts\activate`
1. **Install the required packages:**
```bash
pip install -r requirements.txt
1. **Run the development server:**
```bash
python manage.py runserver
Open your browser and go to http://127.0.0.1:8000/ to see the project.