Skip to content

Passionate about e-commerce development using EJS and Node.js. Proficient in HTML, CSS, JavaScript, and MongoDB. Let's build scalable, user-friendly online stores together! Experienced in crafting seamless shopping experiences and secure payment gateways

Notifications You must be signed in to change notification settings

ShyamsaranRajendran/NOVAMART

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express MongoDB Application This is a simple Express.js application with MongoDB integration, designed to serve as a basic web application template.

Features MongoDB Integration: Utilizes MongoDB as the database backend for data storage. Session Management: Implements session management using the express-session middleware. Form Validation: Utilizes express-validator middleware for form validation. Flash Messages: Integrates flash messages for displaying feedback to users. Static Files: Serves static files using Express's built-in express.static middleware. Views and Templating: Renders views using the EJS templating engine. Prerequisites Node.js and npm installed on your system. MongoDB installed and running locally or remotely. Basic understanding of Node.js, Express.js, and MongoDB. Installation Clone the repository:

bash Copy code git clone <repository_url> Navigate to the project directory:

bash Copy code cd <project_directory> Install dependencies:

bash Copy code npm install Configure MongoDB connection:

Update the MongoDB connection string in the config/database.js file according to your MongoDB setup. Start the server:

bash Copy code npm start Access the application in your web browser:

arduino Copy code http://localhost:3000 Usage The application serves as a basic template for building web applications with Express.js and MongoDB. Customize routes, views, and database models according to your application requirements. Contributing Contributions are welcome! Feel free to submit issues or pull requests for any enhancements or bug fixes.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

Passionate about e-commerce development using EJS and Node.js. Proficient in HTML, CSS, JavaScript, and MongoDB. Let's build scalable, user-friendly online stores together! Experienced in crafting seamless shopping experiences and secure payment gateways

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published