StoryCraft is a web application that allows users to generate and share short stories based on various prompts. Users can input a prompt, set a maximum word limit, and choose from different story genres like horror, funny, sci-fi etc. The application's AI-powered engine then generates unique and creative stories based on the user's input.
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_API_KEY
REACT_APP_API_URL
REACT_APP_SERVER_URL
DATABASE
DATABASE_PASSWORD
PORT
Clone the project
git clone https://github.com/krishiv8190/ai-story
- Go to the client directory
cd ai-story/client
- Install dependencies in client directory
npm install
- Start the server
npm start
- Go to the client directory
cd ai-story/server
- Install dependencies in client directory
npm install
- Start the server
npm run devStart