Skip to content

blackydev/sneakers-shop

Repository files navigation

Sneakers Shop

Sneakers-shop is an app I wrote while learning new to me technologies. The application has a separately created server and client with different branch on github.

I connected the server with przelewy24 for payments. The application is deployed on Heroku using dyno-eco. For this reason, it may take a while to get to the site for the first time (server may be in sleep mode).

Tech Stack

Client: React, bootstrap

Server: Node, Express, mongoDB, Jest

Screenshots

Home Home2 Product Order

Running Tests

You need to complete the config "p24" to pass all tests. Otherwise one of tests will not pass. To run tests, run the following command.

  cd sneakers-shop
  npm install
  npm run test

Demo

To test the application I recommend visit the website instead of installing it by yourself. Otherwise, you have to correctly configurate the project.