Web App J Team 2024-4-28~2024-6-5
This project is a web application that allows users to create picture books or e-books by entering prompts to Chat-GPT.
- Frontend Installation:
npm install
- Add your OpenAI API Key to
- Create\api\get-image.js
- In the frontend directory, run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
- Backend Installation:
npm install
- DataBase Installation:
--Download MySql
--Input correct User_name, Password and Database_name in /Backend/.env
--Run Backend/test.sql in the DataBase command line
- In the Backend directory, run:
node server.js
Run the app in the development mode at http://localhost:4000