Skip to content

s-group-dev/assignment-minishop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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