Thanks to visit codestin.com
Credit goes to github.com

Skip to content

RoelVillaluz/DTI-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTI Capstone Project

This is the official repository for our Capstone Project developed using the Django web framework.


🧾 Prerequisites

  • Python 3.8+
  • pip (Python package manager)

🚀 Getting Started

These instructions will help you set up and run the project locally.

  1. Clone the Repository: (If you haven't already)
    git clone https://github.com/RoelVillaluz/DTI-Capstone.git

⚙️ Setup Instructions

  1. Navigate to the project directory:
    cd DTI-Capstone/dti_project/
  2. Install dependencies:
    pip freeze > requirements.txt
    pip install -r requirements.txt
  3. Run migrations:
    python manage.py migrate
  4. Run the development server:
    python manage.py runserver
  5. Open your browser and go to:
    http://127.0.0.1:8000/

📌 Notes

  • Make sure you are inside the dti_project/ directory before running manage.py.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5