Skip to content

shivamrawat1/techtonic

Repository files navigation

Fullstack web application for technical and behavioural interview simulation and structured feedback based on STAR and UMPIRE framework.

Prerequisites

  • Python 3.12.4
  • pip (Python package installer)

Installation

  1. Clone the repository:
git clone https://github.com/shivamrawat1/pitchmycode.git
  1. Navigate to the project directory:
cd pitchmycode
  1. Create and activate a virtual environment:
  • On Mac:
python -m venv venv
source venv/bin/activate
  • On Windows:
python -m venv venv
venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt

and

npm install
  1. Set Up Environment Variables using the .env.local file
  2. Run Migrations
python manage.py migrate
  1. Create a Superuser (Optional)
python manage.py createsuperuser

Follow the prompts to set up an admin account. 8. Collect Static Files (If Required)

python manage.py collectstatic --noinput
  1. Run the application:
python manage.py runserver

By default, this will run the server on 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