- Mysticript is a React Ai story generator app.
- Generate stories using an AI prompt.
- Post them on your peronal profile and can also share them with others.
- Read post from others with the prompt other provided with AI.
- OpenAI apiv4 is used in the project.
- Installation.
- Usage
- Features
- Technologies Used
- Clone the respository
- Install dependencies with command
npm i
- Go to server directory to create and setup a .env file.
- Go to client directory to create and setup a .env file.
- Then run the following command in both the client and server directories.
npm run dev
#Features
- User authentication and registration
- Create, read, update, and delete.
- typescript.
- Redux toolkit state management.
- RTK query api management.
- Ai chat completion for stories.
- Prisma integration.
- Responsive design for mobile and desktop.
- React
- Redux and RTK query
- NodeJS and ExpressJS
- Prisma with PostgreSQL
- Vite as development and build tool.