Kisaanpe is a web-based platform developed by the Kisaanpe startup, aiming to provide innovative solutions for the agricultural sector. This repository contains the source code for the official Kisaanpe website.
- Responsive Design: Ensures optimal viewing experience across various devices.
- Modular Architecture: Organized codebase with separation of concerns for scalability and maintainability.
- Static Assets Management: Efficient handling of static files like images, stylesheets, and scripts.
- Templating with EJS: Utilizes Embedded JavaScript (EJS) for dynamic content rendering.
-
Frontend:
- HTML
- CSS
- EJS (Embedded JavaScript)
-
Backend:
- Node.js
- Express.js
-
Package Management:
- npm (Node Package Manager)
├── html_files/ # Contains EJS templates for various pages
├── node_modules/ # Auto-generated directory for project dependencies
├── static/ # Houses static assets like CSS, JS, and images
├── app.js # Entry point of the application
├── package.json # Project metadata and dependencies
├── package-lock.json # Exact versions of installed dependencies
└── .gitignore # Specifies files to be ignored by Git
- Node.js installed on your machine.
-
Clone the repository:
git clone https://github.com/Next-Booking/Kisaanpe.git cd Kisaanpe -
Install dependencies:
npm install
-
Start the application:
node app.js
-
Access the application:
Open your browser and navigate to
http://localhost:3000(or the port specified in yourapp.js).
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License.
Visit the live website: https://kisaanpe.com Email me for the contribution or ideas if you wanna mail [email protected]