AI Scribe is a web platform where users can provide a story prompt, and AI generates a short story based on that prompt. Users can also upvote their favorite stories, which are showcased on a leaderboard.
Ensure you have the following installed:
Clone the repository:
git clone https://github.com/your-username/ai-scribe.git
cd ai-scribe
Install dependencies for both the client and server:
cd frontend
npm install
cd backend
npm install
Start the development servers:
In the frontend
directory:
npm run dev
In the backend
directory:
npm start
The client will run on http://localhost:3000
and the server on http://localhost:5000
.
http://localhost:3000
).Contributions are welcome! To contribute:
git checkout -b feature-branch
).git commit -m 'Add some feature'
).git push origin feature-branch
).To report an issue or request a feature, please use our issue template.
This project is licensed under the MIT License. See the LICENSE file for details.