Skip to content

RoelVillaluz/DTI-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

927 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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

 
 
 

Contributors