https://github.com/buttercms/buttercms-nodejs-shopping-app
How to build a Node.js e-commerce application using ButterCMS.
https://github.com/buttercms/buttercms-nodejs-shopping-app
Last synced: 17 days ago
JSON representation
How to build a Node.js e-commerce application using ButterCMS.
- Host: GitHub
- URL: https://github.com/buttercms/buttercms-nodejs-shopping-app
- Owner: ButterCMS
- Created: 2021-09-15T17:07:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T16:46:31.000Z (over 3 years ago)
- Last Synced: 2026-05-25T12:39:21.527Z (about 1 month ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js Ecommerce: How To Build a Shopping App with ButterCMS
## Important Notice
This project was created as an example use case of ButterCMS in conjunction with a blog article, [How To Build a Shopping App with ButterCMS](https://buttercms.com/blog/nodejs-ecommerce-how-to-build-a-shopping-app-with-buttercms), and will not be actively maintained.
If you’re interested in exploring the best, most up-to-date way to integrate Butter into frameworks like Node.js, you can check out the following resources:
### Starter Projects
The following turn-key starters are fully integrated with dynamic sample content from your ButterCMS account, including main menu, pages, blog posts, categories, and tags, all with a beautiful, custom theme with already-implemented search functionality. All of the included sample content is automatically created in your account dashboard when you sign up for a free trial of ButterCMS.
- [Node.js Starter](https://buttercms.com/starters/nodejs-starter-project/)
- [Angular Starter](https://buttercms.com/starters/angular-starter-project/)
- [React Starter](https://buttercms.com/starters/react-starter-project/)
- [Vue.js Starter](https://buttercms.com/starters/vuejs-starter-project/)
- Or see a list of all our [currently-maintained starters](https://buttercms.com/starters/). (Over a dozen and counting!)
### Other Resources
- Check out the [official ButterCMS Docs](https://buttercms.com/docs/)
- Check out the [official ButterCMS API docs](https://buttercms.com/docs/api/)
This is the example code for the blog post on [How To Build a Shopping App with ButterCMS](https://buttercms.com/blog/nodejs-ecommerce-how-to-build-a-shopping-app-with-buttercms)
To run the application:
1. Clone this repo
1. Run `npm install`
1. Run `node server.js`
1. Go to [http://localhost:3000](http://localhost:3000)