An open API service indexing awesome lists of open source software.

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

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: