Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 604 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 604 Bytes

Minishop excercise for Store Tech

This repository contains both Web (React) and Mobile (React Native) clients and server for Minishop excercise.

They currently include some of the expected functionality, but you are free to rewrite, replace or reconfigure anything found in this repository as long as your solution matches the given assignment.

Architecture / Folder Structure

In order to run this project locally, please read the documentation in each and every folder

+ client
|-- web (React)
  |-- src
|-- mobile (React Native)
  |-- src
+ schema (GraphQL)
+ server (Apollo)
|-- src