https://github.com/davila23/nodejs-guitarstore
A Guitar WebStore using Nodejs Mongodb and Javascript Technologies
https://github.com/davila23/nodejs-guitarstore
cloudinary handlebars javascript mongodb nodejs
Last synced: 3 months ago
JSON representation
A Guitar WebStore using Nodejs Mongodb and Javascript Technologies
- Host: GitHub
- URL: https://github.com/davila23/nodejs-guitarstore
- Owner: davila23
- Created: 2020-02-17T16:29:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-21T20:23:47.000Z (about 5 years ago)
- Last Synced: 2025-01-21T02:10:17.695Z (4 months ago)
- Topics: cloudinary, handlebars, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 774 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```# Imagen Demo
