harrietmorris / MagicInk

Senior thesis project - interactive storyteller app
1 stars 1 forks source link

MagicInk

Senior thesis project - interactive storyteller app

Mobile App Set Up

Android

Server setup

To run the backend: npm run dev

create a server/.env file with the following content:

GEMINI_API_KEY=your_gemini_api_key
DATABASE_URL="postgresql://USER:PASSWORD@HOST:PORT/magicink?schema=public"

Run the following commands to create the database and generate the prisma client:



npx prisma generate
npx prisma migrate dev --name magicink