All Projects β†’ Ashish2030 β†’ E-Commerce-Website-Using-NodeJS

Ashish2030 / E-Commerce-Website-Using-NodeJS

Licence: MIT license
🌟 πŸ’» α΄›ΚœΙͺꜱ Ιͺꜱ α΄€ ᴍᴏɴᴏʟΙͺα΄›ΚœΙͺα΄„ α΄€α΄˜α΄˜ΚŸΙͺα΄„α΄€α΄›Ιͺᴏɴ ᴜꜱΙͺΙ΄Ι’ ɴᴏᴅᴇ ᴊꜱ α΄€κœ± α΄€ ʙᴀᴄᴋᴇɴᴅ α΄›α΄‡α΄„ΚœΙ΄α΄ΚŸα΄Ι’Κ 🎯 πŸš€

Programming Languages

EJS
674 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to E-Commerce-Website-Using-NodeJS

WordNook
Dynamically updating blogging website to upload articles and blog posts on various topics, developed using ejs template engine and node js in the backend.
Stars: ✭ 80 (+566.67%)
Mutual labels:  mongoose, ejs
AmigoChat-Realtime-Chat-Application
AmigoChat is a responsive real-time chat application built on MERN Stack and Socket io.
Stars: ✭ 22 (+83.33%)
Mutual labels:  mongoose, express-framework
mini-express-boilerplate
A minimal Express boilerplate with passport user authentication, mongoose and some security setup configured
Stars: ✭ 15 (+25%)
Mutual labels:  mongoose, ejs
yelp-camp
A Node.js web application project from the Udemy course - The Web Developer Bootcamp by Colt Steele
Stars: ✭ 36 (+200%)
Mutual labels:  mongoose, ejs
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (+33.33%)
Mutual labels:  mongoose, ejs
Friend.ly
A social media platform with a friend recommendation engine based on personality trait extraction
Stars: ✭ 41 (+241.67%)
Mutual labels:  mongoose, ejs
Cmms
Computerized Maintenance Management System
Stars: ✭ 31 (+158.33%)
Mutual labels:  mongoose, ejs
Sinn Server
an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,ι˜Ώι‡ŒδΊ‘ http://servertest.boyagirl.com/
Stars: ✭ 228 (+1800%)
Mutual labels:  mongoose, ejs
monogram
Aspect-oriented layer on top of the MongoDB Node.js driver
Stars: ✭ 76 (+533.33%)
Mutual labels:  mongoose
mongoose-to-swagger
Conversion library for transforming Mongoose schema objects into Swagger schema definitions.
Stars: ✭ 50 (+316.67%)
Mutual labels:  mongoose
bodymen
Body parser middleware for MongoDB, Express and Nodejs (MEN)
Stars: ✭ 49 (+308.33%)
Mutual labels:  mongoose
nodejs-starter-template
You can use this template when you're starting a new project by using Node.js, Express, and Mongoose. It contains general concepts, you can customize it according to your needs.
Stars: ✭ 54 (+350%)
Mutual labels:  mongoose
express-mongodb-crud
Web Application CRUD using Nodejs and Mongodb
Stars: ✭ 87 (+625%)
Mutual labels:  mongoose
Node.js-Express-With-MySQL
Thisis a demo for node.je Express (ejs) with mysql
Stars: ✭ 33 (+175%)
Mutual labels:  ejs
mern-stack-application
A MERN stack e-commerce website.
Stars: ✭ 45 (+275%)
Mutual labels:  mongoose
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (+50%)
Mutual labels:  mongoose
reddit-api-clone-2
Build a Reddit API clone. We cover models and build out the rest of our routes!
Stars: ✭ 15 (+25%)
Mutual labels:  mongoose
react-graphql
react-graphql εΏ«ι€ŸεΌ€ε‘ζ–Ήζ‘ˆ
Stars: ✭ 15 (+25%)
Mutual labels:  mongoose
nestjs-rest-sample
NestJS RESTful APIs Sample
Stars: ✭ 204 (+1600%)
Mutual labels:  mongoose
campus-leaflets
ζ ‘ε›­δΌ ε•ζ˜―δΈ€δΈͺ使用 Node.js、MongoDB、Koa、EJS、MDL、Less、RequireJS ε’Œ Gulp εΌ€ε‘ηš„ Node 应用程序。
Stars: ✭ 16 (+33.33%)
Mutual labels:  ejs

𝐄 π‚π¨π¦π¦πžπ«πœπž π–πžπ›π¬π’π­πž



:octocat: 🌟 πŸ’» α΄›ΚœΙͺꜱ Ιͺꜱ α΄€ ᴍᴏɴᴏʟΙͺα΄›ΚœΙͺα΄„ α΄€α΄˜α΄˜ΚŸΙͺα΄„α΄€α΄›Ιͺᴏɴ ᴜꜱΙͺΙ΄Ι’ ɴᴏᴅᴇ ᴊꜱ α΄€κœ± α΄€ ʙᴀᴄᴋᴇɴᴅ α΄›α΄‡α΄„ΚœΙ΄α΄ΚŸα΄Ι’Κ 🎯 πŸš€

Features of E-Commerce-Website

Currently we support the following features :

  • Signup and Login
  • Add Product
  • Likes and Comment
  • JWT authentication and authorization
  • Add to Cart

Technology Stack

Frontend: HTML ,CSS ,Javascript, EJS

Backend: Node Js

Database: MondoDB

Demo

2021-07-03.04-55-29_Trim.mp4

View Demo Β· Report Bug Β· Request Feature

Contributing

Setting-up the project

  • Fork the Repository

  • Clone the repository to your local machine

    $ git clone https://github.com/<your-github-username>/E-Commerce-Website-Using-NodeJS

  • Change directory to 'E-Commerce-Website-Using-NodeJS'

    $ cd E-Commerce-Website-Using-NodeJS

  • Add a reference to the original repository

    $ git remote add upstream https://github.com/Ashish2030/E-Commerce-Website-Using-NodeJS.git

πŸ’‘οΈ Pro Tip:

  • Always keep your master branch in sync with the main repository (by running $ git pull upstream master on your local master branch).
  • Always create a new branch before making any changes ($ git checkout -b <new-branch-name>), never ever make any changes directly on the master branch.

πŸ’₯ How to Contribute ?

πŸ’₯ Project MaintainersπŸ‘¨πŸ«:

Project Admin* Mentor*

✨ Contributors

Thanks go to these Wonderful People πŸ‘¨πŸ»β€πŸ’»

πŸš€ Contributions of any kind are welcome!

πŸ’₯ Open Source Programs we have been a part of:

   

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].