Skip to content

aath-odoo/odoo_hackathon_CodeBlooded-Odoo-Jul-12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeBlooded-Odoo-Jul-12

StackIt – A Minimal Q&A Forum Platform

👥 Team Members

  • Rohit Banala
  • Manikanta Ankam
  • Srinithya Gunda
  • Siddarth Singh

🛠️ Setup Instructions

Follow the steps below to clone and run the project locally:

# Clone the repository
git clone https://github.com/AnkamChinnaManikanta/CodeBlooded-Odoo-Jul-12.git

# Navigate into the project directory
cd CodeBlooded-Odoo-Jul-12

# Create a virtual environment
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate         # On macOS/Linux
# OR
venv\Scripts\activate            # On Windows

# Install dependencies
pip install -r requirements.txt

# Migrate Tables
python3 manage.py migrate

# Run the Django development server
python manage.py runserver

# Run the frontend
# Go to frontend folder in CodeBlooded-Odoo-Jul-12
cd CodeBlooded-Odoo-Jul-12/frontend

# Install dependencies
npm install

# Run the server
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6