Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 490 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 490 Bytes

Pizza Delivery E-Commerce

This is a e-commerce pizza delivery app example to practice the MERN tech.

Example Photo

Alt text

Init project

Clone repository:

$ git clone https://github.com/jorgejimenez98/pizza-ecommerce.git
$ cd pizza-ecommerce

Install dependencies using the next code:

$ $ npm install --save

Run project:

$ npm start

The project will be running on url http://127.0.0.1:3000