Skip to content

Latest commit

 

History

History
44 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

44 lines (21 loc) · 973 Bytes

Kahani

A free AI Story Generator to generate captivating ,visually appealing and child-friendly stories for children aged 6 - 10.

Demo

Link to Youtube Video.

https://www.youtube.com/watch?v=gQ_UDBCjyT4&t=1s

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGODB_URI=Your Uri

PORT=4000

GEMINI_KEY=Your_API_KEY

MONSTER_API_KEY=Your_API_KEY

UNREAL_AUDIO=Your_API_KEY

SECRET=Jwt_Secret

Installation

Clone this project.

In the frontend folder change baseUrl to localhost.

In the backend folder change cors origin to * or whichever port your frontend is on.

Acknowledgements