Fix readme and app.json
							parent
							
								
									f152d336ee
								
							
						
					
					
						commit
						a073c58ba8
					
				
							
								
								
									
										13
									
								
								README.md
								
								
								
								
							
							
						
						
									
										13
									
								
								README.md
								
								
								
								
							|  | @ -1,5 +1,12 @@ | |||
| # expressCart | ||||
| 
 | ||||
|  | ||||
| 
 | ||||
| `expressCart` is a fully functional shopping cart built in Node.js (Express, MongoDB) with Stripe, PayPal and Authorize.net payments. | ||||
| 
 | ||||
| [](https://github.com/mrvautin/expressCart) | ||||
| [](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. | ||||
|  |  | |||
							
								
								
									
										2
									
								
								app.json
								
								
								
								
							
							
						
						
									
										2
									
								
								app.json
								
								
								
								
							|  | @ -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", | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue