Skip to content

Zsena/base_portfolio_webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Portfolio WebApp

This is a simple portfolio web application built with Django, Bootstrap, Python, and SQLite. The goal is to showcase your professional profile and projects.

📁 Project Structure

├── pages/                  # Static pages (e.g., About, Contact)
├── personal_portfolio/     # Main Django configuration project
├── projects/               # Portfolio projects app
├── templates/              # HTML templates (Bootstrap based)
├── uploads/project_images/ # Uploaded project images
├── venv/                   # Python virtual environment (excluded from version control)
├── db.sqlite3              # SQLite database
├── manage.py               # Django management script

⚙️ Installation

  1. Clone the repository:

    git clone https://github.com/your-username/portfolio-webapp.git
    cd portfolio-webapp
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate 
  3. Install the dependencies:

    pip install -r requirements.txt
  4. Run database migrations:

    python manage.py migrate
  5. Start the development server:

    python manage.py runserver
  6. Open your browser and visit: http://127.0.0.1:8000

✅ Features

  • About Me page
  • Contact form
  • Projects listing and detail pages
  • Upload images for each project
  • Responsive Bootstrap-based layout

🧰 Built With

  • Python 3.x
  • Django 3.x
  • Bootstrap 4 or 5
  • SQLite

📌 Notes

  • The venv/ folder and __pycache__/ files should be added to .gitignore
  • For production, remember to update DEBUG = False and configure a secure database

📬 Contact

Developer: Zsena
Email: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages