This project is a full-stack web application built using Express.js, EJS, and MongoDB. It features a robust backend integrated with a dynamic frontend, providing a seamless user experience.
- Express.js: Handles server-side logic and routing.
- EJS: Templating engine for rendering dynamic HTML pages.
- MongoDB: Database for storing and managing data.
- Responsive Design: Ensures compatibility across various devices.
- Clone the repository:
git clone https://github.com/akshay0712-dev/NandGokulamWithBackend.git
- Navigate to the project directory:
cd NandGokulamWithBackend
- Install dependencies:
npm install
- Set up environment variables:
PORT=3000
- Start the application:
npm start
- Access the application at http://localhost:3000 .
Feel free to customize this description to better fit your project’s specifics! If you need any further assistance, just let me know.