Skip to content

PatrickC05/hackprinceton24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Project

Setup Instructions

Follow these steps to set up and run the Django project.

Prerequisites

  • Python 3.x
  • pip (Python package installer)
  • virtualenv (optional but recommended)

Installation

  1. Clone the repository:

  2. Create and activate a virtual environment (optional but recommended):

    python3 -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:

    pip install -r requirements.txt

Database Setup

  1. Apply migrations to set up the database:

    python manage.py migrate

Running the Server

  1. Start the development server:

    python manage.py runserver
  2. Open your web browser and visit:

    http://127.0.0.1:8000/
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •