Skip to content

krishiv8190/storyCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StoryCraft

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.

Environment Variables

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

Run Locally

Clone the project

  git clone https://github.com/krishiv8190/ai-story

For Frontend

  1. Go to the client directory
  cd ai-story/client
  1. Install dependencies in client directory
  npm install
  1. Start the server
  npm start

For Backend

  1. Go to the client directory
  cd ai-story/server
  1. Install dependencies in client directory
  npm install
  1. Start the server
  npm run devStart