Welcome to StoReaders, a platform for reading and sharing captivating stories.
StoReaders is a web application that provides users with a seamless and interactive experience for reading and discussing stories. It offers a range of fictional stories across various genres, allowing users to explore and enjoy captivating narratives.
- User-friendly interface for easy navigation and reading experience.
- Extensive collection of stories across different genres.
- Ability to rate and review stories.
- Ablility to comment on each chapter.
- Account management functionalities, including login, registration, and password recovery.
- Frontend: Built with Next.js for server-side rendering and for dynamic user interfaces.
- Backend: Powered by Node.js and Express for server-side logic and API development.
- Database: MongoDB for efficient data storage and retrieval.
- Styling: Utilizes CSS modules for component-specific styling.
- Authentication: Implements JWT (JSON Web Tokens) for user authentication and session management.
- Deployment: Hosted on Vercel for seamless deployment and scalability.
To run the StoReaders application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Kalp22/StoReaders.git
-
Navigate to the project directory:
cd StoReaders
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to view the application.
Contributions to stoReaders are welcome! If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/my-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/my-feature
). - Create a new Pull Request.