https://github.com/dlutton/haiku-generator
CMPSC445 Team Project - Haiku Generator
https://github.com/dlutton/haiku-generator
Last synced: 4 months ago
JSON representation
CMPSC445 Team Project - Haiku Generator
- Host: GitHub
- URL: https://github.com/dlutton/haiku-generator
- Owner: dlutton
- License: mit
- Created: 2024-11-03T04:52:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T22:28:17.000Z (over 1 year ago)
- Last Synced: 2025-10-26T02:45:28.509Z (7 months ago)
- Language: TypeScript
- Size: 583 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haiku-generator
CMPSC445 Team Project - Haiku Generator
## Prerequisites
Make sure you have the following installed on your machine:
- Python (3.x)
- Node.js (14.x or higher)
- npm (Node Package Manager)
## Setup Instructions
### Backend Setup (Flask)
Create and activate a virtual environment:
``` bash
cd backend
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
```
Install the required Python packages:
``` bash
pip install -r requirements.txt
```
Run the Flask app:
``` bash
python app.py
```
The backend will be running at
### Frontend Setup (React)
``` bash
cd frontend
npm install
npm start
```
## Accessing the Application
Once both the backend and frontend are running, you can access the application in your web browser at:
- Frontend:
- Backend API: