Skip to content

HoagieClub/hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoagie Hacks

Frontend

Prerequisites

Before you begin, ensure you have Yarn installed. Make sure you have NPM installed before runnning this command:

npm install -g corepack

Installation

To install the necessary dependencies, run:

yarn

Running the App

Once the dependencies are installed, you can start the development server by running:

yarn dev

The app will now be running locally, and you can view it in your browser at localhost:3000.

Backend

Prerequisites

Before you begin, ensure you have uv installed. We will be using uv as our package manager for the backend. uv can be installed by running:

brew install uv

Installation

Before beginning with the installation, make sure you are in the backend directory by running:

cd backend

After installing uv, create a virtual environment using the following command:

uv venv --prompt hoagie-hacks --python 3.12.12 .venv

This creates a virtual environment named hoagie-hacks contained within the .venv directory. Activate the virtual environment with:

source .venv/bin/activate

To install the relevant backend depedencies, run:

uv sync

This will install all required backend dependencies in the virtual environment.

Running the app

uv run manage.py runserver

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •