All Projects → FaztTech → nodejs-guitarstore

FaztTech / nodejs-guitarstore

Licence: other
A Guitar WebStore using Nodejs Mongodb and Javascript Technologies

Programming Languages

javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
CSS
56736 projects

Projects that are alternatives of or similar to nodejs-guitarstore

axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+252.63%)
Mutual labels:  cloudinary
cloudinary-microurl
A tiny (346B), 0 dependency, fully-tested Cloudinary URL generator for JS
Stars: ✭ 14 (-26.32%)
Mutual labels:  cloudinary
awesome-cloudinary
📔 📚 A curated list of awesome resources : books, videos, articles about getting started and using Cloudinary (A comprehensive cloud-based image and video management platform)
Stars: ✭ 60 (+215.79%)
Mutual labels:  cloudinary
video-to-markdown
How to embed a video in markdown? Here the answer. Add videos to your markdown files easier.
Stars: ✭ 159 (+736.84%)
Mutual labels:  cloudinary
flutter and cloudinary
How to build Photo Diary App using Flutter and Cloudinary
Stars: ✭ 17 (-10.53%)
Mutual labels:  cloudinary
kap-cloudinary
Kap plugin - Share on Cloudinary
Stars: ✭ 14 (-26.32%)
Mutual labels:  cloudinary
mesan-nodejs-auth-crud-api
NodeJS Authentication and CRUD operations API -: Email Verification, Image Upload, Password Reset
Stars: ✭ 72 (+278.95%)
Mutual labels:  cloudinary
uploading-files-react-node
Uploading files with React.js and Node.js
Stars: ✭ 33 (+73.68%)
Mutual labels:  cloudinary
svelte-cloudinary
Cloudinary SDK for Svelte
Stars: ✭ 13 (-31.58%)
Mutual labels:  cloudinary
shodipoayomide.com
🔥 🚀 Personal Blog by Shodipo Ayomide. Currently writing on things around Developer Advocacy, Software Engineering, and IOT
Stars: ✭ 89 (+368.42%)
Mutual labels:  cloudinary
HumanResources
Account Registration and Confirmation. Exception Handling. Caching with Redis.Mail sender by Apache Kafka.Notification send with RabbitMq.
Stars: ✭ 19 (+0%)
Mutual labels:  cloudinary
hackodisha-web
Website for Hackodisha organized on the eve of diamond jubilee celebration of NIT Rourkela
Stars: ✭ 27 (+42.11%)
Mutual labels:  cloudinary
auto-cloudinary
Super simple Cloudinary auto-upload implementation for WordPress.
Stars: ✭ 34 (+78.95%)
Mutual labels:  cloudinary
shrine-cloudinary
Cloudinary storage for Shrine
Stars: ✭ 23 (+21.05%)
Mutual labels:  cloudinary
hrms-backend
⚙ Multi-Tier Architecture Human Resource Management System with Java
Stars: ✭ 32 (+68.42%)
Mutual labels:  cloudinary
cloudinary-module
Integration of Cloudinary to Nuxt.js
Stars: ✭ 129 (+578.95%)
Mutual labels:  cloudinary
apollo-instagram-clone
Apollogram | A place where you could share photos, like media, and follow peoples.
Stars: ✭ 24 (+26.32%)
Mutual labels:  cloudinary
Quora
Building An Exclusive Community of PEC Graduates and Students.The main features of the website are “PEC Quora” and “PEC Connect”
Stars: ✭ 26 (+36.84%)
Mutual labels:  cloudinary
ghost-on-heroku
One-button Heroku deploy for the Ghost 3.2.0 blogging platform.
Stars: ✭ 232 (+1121.05%)
Mutual labels:  cloudinary
nicolas-hoizey.com
The personal website/blog from Nicolas Hoizey, built with https://pack11ty.dev/
Stars: ✭ 77 (+305.26%)
Mutual labels:  cloudinary

Guitar Store App

This is a webstore simple project using Node.js, Mongodb, Stripe, and other Javascript Technologies.

Installation

cd nodejs-guitarstore
npm install

Then create the following environment variables

Environment Variables

  • MONGODB_URI, this is the MongoDB URL. By default is "localhost/guitarstore".
  • PORT. The default port for your server. By Default is 4000
  • CLOUDINARY_CLOUD_NAME
  • CLOUDINARY_API_KEY
  • CLOUDINARY_API_SECRET
  • STRIPE_SECRET_KEY

Start the project

This projects have two environments Development and production. To start in development mode run:

npm run dev
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].