Skip to content
Preetham Naik edited this page Oct 21, 2023 · 3 revisions

Welcome to Parashu Wiki!

Welcome to the official Parashu Wiki, your go-to resource for all things Parashu: the ultimate AI-powered news app.

Introduction

Parashu is an innovative news platform that blends Artificial Intelligence with journalism excellence. It offers intelligent news management features, including user authentication, article saving, and AI-driven summarization. This wiki serves as a comprehensive guide to understanding and contributing to the Parashu project.

Getting Started

Prerequisites

  • Ruby: Ensure you have Ruby installed. Recommended version: 2.7.4
  • Rails: Install Rails, the backend framework. Recommended version: 6.1.4
  • Node.js: Required for managing JavaScript packages. Recommended version: 14.16.1
  • PostgreSQL: Database system. Recommended version: 13.3

Installation

  1. Clone the Repository:

    git clone https://github.com/PreethamNaik12/parashu
    cd parashu-news-app
    
  2. Install Dependencies:

    bundle install
    yarn install
    
  3. Database Setup:

    rails db:create
    rails db:migrate
    
  4. Start the Server:

    rails s
    

    The Rails backend is now running on http://localhost:3000.

Wiki Sections

Additional Resources

Feel free to explore the different sections of this wiki to dive deeper into the Parashu project. Happy coding!


Parashu - Where Artificial Intelligence Meets Journalism Excellence.