Installation & Setup
Prerequisites
Ensure your system has:
- Python 3.x
- Node.js (v14.x or higher recommended)
- npm (comes with Node.js)
Getting Started
1. Clone the Repository
git clone https://github.com/yourusername/wine-cellar.git
cd wine-cellar
2. Install Dependencies
make install
3. Run the Development Server
make server
Access the app at http://127.0.0.1:8003/
.
4. Watch for Changes
make watch
5. Create an Admin User
source venv/bin/activate
python manage.py createsuperuser
6. Load Sample Data (Optional)
make fixtures