Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fazt/nodejs-guitarstore
A Guitar WebStore using Nodejs Mongodb and Javascript Technologies
https://github.com/fazt/nodejs-guitarstore
cloudinary hanlebars javascript mongodb nodejs
Last synced: 4 days ago
JSON representation
A Guitar WebStore using Nodejs Mongodb and Javascript Technologies
- Host: GitHub
- URL: https://github.com/fazt/nodejs-guitarstore
- Owner: fazt
- Created: 2019-02-06T10:40:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:08:04.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:47:01.536Z (7 months ago)
- Topics: cloudinary, hanlebars, javascript, mongodb, nodejs
- Language: JavaScript
- Size: 1.29 MB
- Stars: 22
- Watchers: 4
- Forks: 6
- Open Issues: 6
-
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.
![](docs/screenshot.png)# 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
```