Skip to content

A Guitar WebStore using Nodejs Mongodb and Javascript Technologies

Notifications You must be signed in to change notification settings

fazt/nodejs-guitarstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Guitar WebStore using Nodejs Mongodb and Javascript Technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published