StoryGenerator is a web application that allows users to generate and customize stories. The application is built using the MERN stack (MongoDB, Express, React, Node.js) and Vite for the frontend development.
- User-friendly interface
- Real-time story customization
- Backend API for story generation
- MongoDB for data storage
- Frontend: React, Vite
- Backend: Node.js, Express
- Database: MongoDB
- Clone the repository:
git clone https://github.com/Akshaya-2003/StoryGenerator.git
- Navigate to the project directory:
cd StoryGenerator
- Navigate to the backend directory:
cd backend
- Install the necessary dependencies:
npm install
- Start the backend server:
npm start
- Navigate to the frontend directory:
cd frontend
- Install the necessary dependencies:
npm install
- Start the frontend development server:
npm run dev
- Ensure both backend and frontend servers are running.
- Open your browser and navigate to the frontend URL provided by Vite to interact with the application.