alt text

THP E-Shop 2018

E-Shop for Thp project Session 6 2018
URL ( Production link heroku) https://pic-your-cat-prod.herokuapp.com/

URL ( Development link heroku) https://pic-your-cat-dev.herokuapp.com/

Team Members

|@FredS| Bdd/Front :|
|@Florian Pinto |--Bdd/Front:|
| @iCedric | Rspec/ Mailer :|
| @Axel | Stripe/Checkout/Order :|
| @MarcelALng | Mailer/Readme:p :|

Prerequisites

Need:
-Ruby > 2.5.1
-Rails > 5.2.0
-MacOs > 10.0
-Linux > 14.0
-Windows> Good Luck:)

Installing

$ Git init
$ Git clone https://github.com/Fredis/THP-eShop-2018
$ Bundle install
$ Rails db:create
$ Rails db:migrate
$ Rails db:seed
$ Rails server
$ Localhost (http://localhost:3000)

User Story

 1. Visitor( not logged):
	 -Can see all items
	 -Can to item's page product
	 -Can login and signup
	 -Can't add item to basket
	 -Can't other's basket
	 -Can't checkout

	

- User logged can:
	- Can do all actions of Visitor
	- Can checkout
	- Can add item to basket
	- Edit his profile
	- check all his orders
	- Can order and pay
 

Give the example


-Rewrite URL Done

until finished


End with an example of getting some data out of the system or using it for a little demo

## Running the tests

Explain how to run the automated tests for this system

### Break down into end to end tests

Explain what these tests test and why

Give an example


### And coding style tests

To add your api to test on localhost

$ EDITOR="sublime --wait" bin/rails credentials:edit

Explain what these tests test and why

Give an example


## Deployment

Add additional notes about how to deploy this on a live system

## Built With

* 

## Contributing

## Versioning

## Authors

* **

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

## Acknowledgments

* Hat tip to anyone whose code was used
* Inspiration
* etc