Skip to content

Ekeu/complete-ecommerce-app

Repository files navigation

Gatsby

Adidas Ecom Platform for Developers - Frontend


What is it? 🧐

This is the frontend part of full e-commerce web app. The main purpose is to help developers start fast when building their own e-commerce web App.


Stack Used

I used the following technologies:

  1. GatsbyJS as frontend framework
  2. Tailwind as my css framework
  3. Algolia for search.
  4. Strapi as my CMS
  5. Google Maps API for networking

Want to try it out?

You can see it working online by visiting Adidas Dev Ecom

OR
  1. Follow the instructions in Strapi Backend folder and run it.

  2. Create and add in your .env the below keys

GATSBY_STRAPI_URL=http://localhost:1337
GATSBY_GOOGLE_MAPS_API_KEY='YOUR GOOGLE MAPS API KEY'
GATSBY_STRIPE_PK='YOUR STRIPE PRIVATE KEY'
GATSBY_ALGOLIA_APPLICATION_ID='YOUR ALGOLIA APPLICATION ID'
GATSBY_ALGOLIA_SEARCH_ONLY_API_KEY='YOUR ALGOLIA SEARCH ONLY API KEY'
  1. Run the server
- npm install
- npm run develop or gatsby develop (if you have the gatsby cli)
  1. Open your browser and go to http://localhost:8000 to see the result.

About

Three days full ecommerce challenge 😁

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published