Skip to content

Akshaya-2003/StoryGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

StoryGenerator

Description

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.

Features

  • User-friendly interface
  • Real-time story customization
  • Backend API for story generation
  • MongoDB for data storage

Technologies Used

  • Frontend: React, Vite
  • Backend: Node.js, Express
  • Database: MongoDB

Installation

  1. Clone the repository:
    git clone https://github.com/Akshaya-2003/StoryGenerator.git
  2. Navigate to the project directory:
    cd StoryGenerator

Backend Setup

  1. Navigate to the backend directory:
    cd backend
  2. Install the necessary dependencies:
    npm install
  3. Start the backend server:
    npm start

Frontend Setup

  1. Navigate to the frontend directory:
    cd frontend
  2. Install the necessary dependencies:
    npm install
  3. Start the frontend development server:
    npm run dev

Usage

  1. Ensure both backend and frontend servers are running.
  2. Open your browser and navigate to the frontend URL provided by Vite to interact with the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published