Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynstf/portfolio
https://github.com/ynstf/portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ynstf/portfolio
- Owner: ynstf
- Created: 2024-06-03T20:50:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T12:30:33.000Z (7 months ago)
- Last Synced: 2024-06-07T00:12:04.759Z (7 months ago)
- Language: CSS
- Homepage: https://youness-atif.vercel.app/
- Size: 15.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.txt1. **Run the development server:**
```bash
python manage.py runserverOpen your browser and go to http://127.0.0.1:8000/ to see the project.