Skip to content
View Koushik-G's full-sized avatar

Block or report Koushik-G

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. e-commerce-filesystem e-commerce-filesystem Public

    The following code is a full e-commerce site (Sample) using NodeJs framework with MVC pattern and file system.

    HTML

  2. Sample_ejs Sample_ejs Public

    This code consists of usage of ejs template engine with expressJs for e-commerce website

    HTML

  3. Sample_MVC_fileSystem Sample_MVC_fileSystem Public

    This code uses MVC pattern along with data storage in model to be in file. Using express, body-parser, path, fs, etc packages this code is developed

    JavaScript

  4. Sample_mvc_model Sample_mvc_model Public

    This code consists of models, views, and controllers, which is sample mvc structure for backend code. MVC pattern helps us to organise the code properly and debugging becomes easier.

    HTML

  5. Sample_pugCode Sample_pugCode Public

    This is an example for developing web applications using pug templating engine with expressJs package

    HTML

  6. e-commerce-mySql-sequelize e-commerce-mySql-sequelize Public

    This e-commerce site is with mySql database and sequelize package for ease of interaction with database.

    JavaScript