IsoMere is a comprehensive children's story platform designed to provide educational and entertaining content through stories, proverbs, and biblical narratives. The platform offers different subscription tiers to accommodate various user needs.
- Story reading and management
- Proverb collections
- Biblical stories
- User authentication
- Subscription management
- Content creation tools
- Visit the IsoMere homepage
- Click "Create Account"
- Fill in required information
- Verify your email
-
Free Tier
- View-only access to all content
- No creation privileges
-
3-Month Subscription ($0.50)
- Full access to content
- Create up to 2 articles per month
- Edit and delete capabilities
- Duration: 3 months
-
Annual Subscription ($1.50)
- Unlimited article creation
- Full platform access
- Premium features
- Duration: 12 months
- Browse stories on the homepage
- Use categories to filter content
- Click on stories to read full content
- Access proverbs and biblical stories through navigation menu
- Navigate to content creation section
- Choose content type (Story/Proverb/Biblical)
- Fill in required fields
- Add images (if applicable)
- Submit for publication
- Access your content through dashboard
- Edit or delete as needed
- Monitor engagement statistics
- React 18 with TypeScript
- Tailwind CSS for styling
- Clerk for authentication
- CKEditor for rich text editing
- Node.js with Express
- MongoDB database
- RESTful API design
- JWT authentication
{
Title: String,
Author: String,
image: String,
Description: String,
timestamps: true
}
{
TitleofProverb: String,
Author: String,
Proverb: String,
timestamps: true
}
GET /stories - Get all stories
POST /story - Create new story
PUT /EditStory/:id - Update story
DELETE /deleteStory/:id - Delete story
GET /proverbs - Get all proverbs
POST /proverb - Create proverb
PUT /EditProverb/:id - Update proverb
DELETE /deleteProverb/:id - Delete proverb
- CORS protection
- Input validation
- Rate limiting
- Secure authentication
- Data encryption
- Node.js (v14+)
- MongoDB
- npm/yarn
- Git
# Clone repository
git clone https://github.com/byiringiroaimefils/IsoMere/tree/main/FrontEnd
# Install dependencies
cd frontend
npm install
# Configure environment
cp .env.example .env
# Add required environment variables
# Start development server
npm run dev
# Clone repository
git clone https://github.com/byiringiroaimefils/IsoMere/tree/main/BackEnd
# Install dependencies
cd backend
npm install
# Configure environment
cp .env.process .env
# Add required environment variables
npm install
# Start server
npm run dev
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_key
VITE_API_URL=your_backend_url
MONGODB_URI=your_mongodb_uri
PORT=3001
FRONTEND_URL=http://localhost:8000
-
Connection Errors
- Check MongoDB connection
- Verify environment variables
- Confirm port availability
-
Authentication Issues
- Verify Clerk configuration
- Check token expiration
- Confirm user permissions
-
Content Creation Problems
- Validate input data
- Check file size limits
- Verify subscription status
For technical support:
- Email: aimefils173@gmail.com
- Documentation: docs.isomere.com
- v1.0.0 - Initial Release
- Basic story functionality
- User authentication
- Subscription system
- Audio stories
- Interactive storytelling
- Mobile application
- Offline access
We welcome contributions! Please see our contributing guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for more details.