Fix readme and app.json
parent
f152d336ee
commit
a073c58ba8
13
README.md
13
README.md
|
@ -1,5 +1,12 @@
|
||||||
# expressCart
|
# 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
|
## Installation
|
||||||
|
|
||||||
1. Create a folder to hold your installation: `mkdir expressCart`
|
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`.
|
New static pages are setup via `/admin/settings/pages`.
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- Add some tests...
|
||||||
|
- Separate API and frontend
|
||||||
|
- Modernize the frontend
|
||||||
|
|
||||||
## Contributing
|
## 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.
|
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.
|
||||||
|
|
2
app.json
2
app.json
|
@ -2,7 +2,7 @@
|
||||||
"name": "expressCart",
|
"name": "expressCart",
|
||||||
"description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.",
|
"description": "A fully functioning Node.js shopping cart with Stripe, PayPal and Authorize.net payments.",
|
||||||
"repository": "https://github.com/mrvautin/expressCart",
|
"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": [
|
"keywords": [
|
||||||
"Shopping cart",
|
"Shopping cart",
|
||||||
"express",
|
"express",
|
||||||
|
|
Loading…
Reference in New Issue