This project is a web application built using Next.js and MongoDB. It focuses on the Bhagavad Gita, an important Hindu scripture.
- Next.js: A React framework for building server-side rendered applications.
- MongoDB: A NoSQL database for storing data.
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
Make sure you have the following installed:
- Node.js
- MongoDB
- Clone the repository:
git clone https://github.com/yourusername/bhagavadgita.git
- Change to the project directory:
cd bhagavadgita
- Install the dependencies:
npm install
- Start MongoDB:
mongod
- Create a
.env
file in the root directory and add your MongoDB connection string:MONGODB_URI=your_mongodb_connection_string
- Run the development server:
npm run dev
- Open your browser and go to http://localhost:3000 to see the app.
- View Verses: Browse through the Bhagavad Gita verses.
- Search: Find specific verses or chapters.
- Favorites: Save your favorite verses for quick access.
This project is licensed under the MIT License.