In this project, we have developed an e-commerce where users will register, log in, view products and create orders. For the requests in this frontend we have used this backend to make use of its API.
Development of an e-commerce using Front and Backend where we will put in practice how to:
- Register Users
- Log in users
- View products
- Create orders
- Add to cart
- Node
- React
- SASS
In here you can appreciate an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You need to have install NodeJs. This is an example of how to list things you need to use the software and how to install them.
- npm install Installation Below is an example of how you can instruct your audience on installing and setting up your app.
- git clone https://github.com/Fede-Arevalo/marvel-shop.git
- Install NPM packages
- npm install
- npm start