Code Monkey home page Code Monkey logo

emarket's Introduction

Welcome to my profile ๐Ÿ‘‹

LinkedIn profile Facebook profile

  • ๐Ÿ”ญ I'm currently working on a Microservice project.

  • ๐ŸŒฑ I'm currently learning about Deployments and Monitoring.

  • ๐Ÿ’ป In my free time, I enjoy working on open-source coding projects and contributing to software communities.

  • โ“ Ask me about anything related to DevOps and Cloud technologies.

๐Ÿš€ I'm always looking for new opportunities to learn and contribute to the community.ย  Feel free to check out my projects and connect with me on LinkedIn!

My Skill Set

DevOps

Linux AWS Kubernetes Jenkins Ansible GitLab Docker Apache Git Bash Python

Frontend

Vue.js Flutter Dart Python C++ JavaScript Git HTML5 CSS3 Bootstrap

Backend

Node.js Express.js TypeScript JavaScript MySQL MongoDB Git XAMPP Firebase

Github Stats

Github stats Most used languages

Generated using Github Profilinator

Last update on January 21, 2024

emarket's People

Contributors

mohammadrony avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

emarket's Issues

Product details

There is an error of fetching data to show product details

Undefined error in adding product

When i try to add an new product after fill all the data in the form when i click on submit it shows (Page not found.) and the url is http://localhost:8081/product/undefined

and if i do any changes in admin panel its not adding to seed json file when i do npm run seed its get changed to default how to get admin panel changes to seed json file
Screenshot (16)
Screenshot (17)
s

Error in server run

Hello/ After run server with command "start", i have error "Unknown command: "src/app.js"" and string [nodemon] app crashed - waiting for file changes before starting... Do you know what is this and what i must to do for run server?

Question database

where can I see the database? or how to do it?

it's an incredible application my congratulations

thanks !!

Creating product

Database is running properly except adding product others working fine

Api call looks like

createProduct(credentials) { return Api().post('/api/products/createProduct', credentials) },

i dont know whats wrong

Terminal log on adding product

::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "OPTIONS /api/products/createProduct HTTP/1.1" 204 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "POST /api/products/createProduct HTTP/1.1" 200 36 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "OPTIONS /api/products/getAllProducts HTTP/1.1" 204 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" Executing (default): SELECT Product.id, Product.code, Product.title, Product.subtitle, Product.description, Product.amount, Product.rating, Product.peopleRated, Product.currency, Product.sales, Product.image1, Product.image2, Product.image3, Product.image4, Product.image5, Product.image6, Product.image7, Product.image8, Product.image9, Product.image10, Product.createdAt, Product.updatedAt, Product.CategoryId, Product.SubCategoryId, Product.SubSubCategoryId, Category.id AS Category.id, Category.name AS Category.name, Category.createdAt AS Category.createdAt, Category.updatedAt AS Category.updatedAt, SubCategory.id AS SubCategory.id, SubCategory.name AS SubCategory.name, SubCategory.createdAt AS SubCategory.createdAt, SubCategory.updatedAt AS SubCategory.updatedAt, SubCategory.CategoryId AS SubCategory.CategoryId, SubSubCategory.id AS SubSubCategory.id, SubSubCategory.name AS SubSubCategory.name, SubSubCategory.createdAt AS SubSubCategory.createdAt, SubSubCategory.updatedAt AS SubSubCategory.updatedAt, SubSubCategory.SubCategoryId AS SubSubCategory.SubCategoryId FROM Products AS Product LEFT OUTER JOIN Categories AS Category ON Product.CategoryId = Category.id LEFT OUTER JOIN SubCategories AS SubCategory ON Product.SubCategoryId = SubCategory.id LEFT OUTER JOIN SubSubCategories AS SubSubCategory ON Product.SubSubCategoryId = SubSubCategory.id ORDER BY Product.createdAt DESC; ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "GET /api/products/getAllProducts HTTP/1.1" 304 - "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "OPTIONS /api/products/getProductRating/NaN HTTP/1.1" 204 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "OPTIONS /api/products/getRecommendation/undefined/8 HTTP/1.1" 204 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" Executing (default): SELECT rating, peopleRated FROM Products AS Product WHERE Product.id = 'NaN'; Executing (default): SELECT id, title, amount, currency, rating, sales, image1, CategoryId, SubCategoryId, SubSubCategoryId FROM Products AS Product WHERE Product.SubSubCategoryId = 'undefined' ORDER BY Product.createdAt DESC LIMIT 8; ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "GET /api/products/getProductRating/NaN HTTP/1.1" 304 - "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "GET /api/products/getRecommendation/undefined/8 HTTP/1.1" 304 - "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "OPTIONS /api/products/getProduct/NaN HTTP/1.1" 204 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" Executing (default): SELECT id, code, title, subtitle, description, amount, rating, peopleRated, currency, sales, image1, image2, image3, image4, image5, image6, image7, image8, image9, image10, createdAt, updatedAt, CategoryId, SubCategoryId, SubSubCategoryId FROM Products AS Product WHERE Product.id = 'NaN'; ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "GET /api/products/getProduct/NaN HTTP/1.1" 304 - "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "OPTIONS /api/review/getReviewList/NaN HTTP/1.1" 204 0 "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0" Executing (default): SELECT Review.id, Review.rating, Review.comment, Review.createdAt, Review.updatedAt, Review.UserId, Review.ProductId, User.id AS User.id, User.profileImage AS User.profileImage, User.firstName AS User.firstName, User.lastName AS User.lastName, Product.id AS Product.id, Product.rating AS Product.rating, Product.peopleRated AS Product.peopleRated FROM Reviews AS Review LEFT OUTER JOIN Users AS User ON Review.UserId = User.id LEFT OUTER JOIN Products AS Product ON Review.ProductId = Product.id WHERE Review.ProductId = 'NaN' ORDER BY Review.createdAt DESC; ::ffff:127.0.0.1 - - [28/Feb/2022:04:28:59 +0000] "GET /api/review/getReviewList/NaN HTTP/1.1" 304 - "http://localhost:8080/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0"

if there is any possiblity if this is caused by node version? if yes send me the node version your used in this project

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.