Skip to content

An Ecart application to display dynamic Menu and Products page.

Notifications You must be signed in to change notification settings

Deepak-Bhatia/Ekart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ekart

Its an web application developed in .Net Core MVC architecture.

Description

Application showcase dynamic navigation bar using SQL database and displaying products and their detail page. Application uses a Tbl_menu Table in Database to configure dynamic navigation buttons. Table uses Parent_Id column to create sub category. Controller and Action method names can be configured in Database for configurable navigation. Application uses tbl_product, tbl_productCategory and tbl_productCompany to store product details.

Future

  • Add functionality to add items to cart
  • Add option to like a product.
  • Add option to provide product feedback

Getting Started

To get started with the application you need .NET core and SQL.

Dependencies

  • ASP.Net core
  • SQL Server
  • ADO.Net

Installing

  • Download the code
  • Execute DB script to create tables and insert dummy data
  • Configure connection string in app.settings

Executing program

  • Run the application

Help

Any advise for common problems or issues.

command to run if program contains helper info

Authors

Deepak Bhatia

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.

About

An Ecart application to display dynamic Menu and Products page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published