CHANAKYA NITI is a web application designed to provide an engaging platform for exploring and learning about the teachings of Chanakya, an ancient Indian philosopher, economist, and strategist.
This project aims to bring the timeless wisdom of Chanakya to a modern audience, making his teachings accessible and engaging through a digital platform.
- Interactive Interface: Engaging UI for exploring Chanakya's teachings.
- Secure Backend: Robust infrastructure to secure source code and multimedia content.
- User Authentication: Secure and personalized user experiences.
- Clone the repository:
git clone https://github.com/<your-username>/chanakya-niti.git
- Navigate to the project directory:
cd chanakya-niti
- Install dependencies:
npm install cd frontend && npm install cd backend && npm install
- Start the development server:
npm run dev