Fix readme and app.json

react_convert
Mark Moffat 2018-02-05 19:10:38 +01:00
parent f152d336ee
commit a073c58ba8
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# expressCart
![expressCart](https://raw.githubusercontent.com/mrvautin/expressCart/master/public/images/logo.png)
`expressCart` is a fully functional shopping cart built in Node.js (Express, MongoDB) with Stripe, PayPal and Authorize.net payments.
[![Github stars](https://img.shields.io/github/stars/mrvautin/expressCart.svg?style=social&label=Star)](https://github.com/mrvautin/expressCart)
[![Build Status](https://travis-ci.org/mrvautin/expressCart.svg?branch=master)](https://travis-ci.org/mrvautin/expressCart)
## Installation
1. Create a folder to hold your installation: `mkdir expressCart`
@ -270,6 +277,12 @@ You may want to create a static page to show contact details, about us, shipping
New static pages are setup via `/admin/settings/pages`.
## TODO
- Add some tests...
- Separate API and frontend
- Modernize the frontend
## Contributing
I'm looking for contributors of any kind. I'm working on turning the admin panel into something more modern and using Vue.js. The frontend part of the website will always be a normal webapp with no SPA frameworks as I believe eCommerce apps should have SEO as top priority.

View File

@ -2,7 +2,7 @@
"name": "expressCart",
"description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.",
"repository": "https://github.com/mrvautin/expressCart",
"logo": "https://expresscart.markmoffat.com/assets/img/logo.png",
"logo": "https://raw.githubusercontent.com/mrvautin/expressCart/master/public/images/logo.png",
"keywords": [
"Shopping cart",
"express",