Skip to content

ChetreNelson/Bhagavad-Gita

Repository files navigation

Bhagavad Gita Project

This project is a web application built using Next.js and MongoDB. It focuses on the Bhagavad Gita, an important Hindu scripture.

Technologies Used

  • Next.js: A React framework for building server-side rendered applications.
  • MongoDB: A NoSQL database for storing data.

Project Overview

The Bhagavad Gita project aims to provide users with access to the Bhagavad Gita text. It includes features such as:

  • Viewing verses
  • Searching for specific verses or chapters

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js
  • MongoDB

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/bhagavadgita.git
  2. Change to the project directory:
    cd bhagavadgita
  3. Install the dependencies:
    npm install
  4. Start MongoDB:
    mongod
  5. Create a .env file in the root directory and add your MongoDB connection string:
    MONGODB_URI=your_mongodb_connection_string
  6. Run the development server:
    npm run dev
  7. Open your browser and go to http://localhost:3000 to see the app.

Features

  • View Verses: Browse through the Bhagavad Gita verses.
  • Search: Find specific verses or chapters.
  • Favorites: Save your favorite verses for quick access.

License

This project is licensed under the MIT License.

About

Using NextJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published