Skip to content

Deivis/FleaMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FleaMarket

A shopping cart application for used items using the pagar.me API as a payment service provider. Example

This project aims to provide a simple shopping cart for used products which can be viewed with details about it and the seller. The buyer will be able to add and remove the products of the cart and finish a purchase using the pagar.me service to pay the choosed items.

Technologies and Tools

  • NodeJS 6.11.1
  • GIT
  • Javascript
  • Libraries: React, Redux, Babel, Jest
  • Tools: VSCode IDE, Webpack, eslint, dotenv

How to run

To run this project you must have NodeJS(version 6.11.1 or higher) and GIT installed;

  • Open your terminal, enter a folder of your choice. for example: cd /home/

  • Clone the project with the command below

    git clone https://github.com/Deivis/FleaMarket.git

  • After the download enter in the project folder

  • Run the following npm commands

    npm install

    npm start

  • Open the project in a browswer of your choice(IE 11 ou superior) and access the url which is in your .env configuration or the default(https://localhost:3000)

Running the tests

  • Run the following npm command

    npm test

About

A shopping cart application for used items using the pagar.me API as a payment service provider

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors