Skip to content

Amazon inspired app built using GraphQL Apollo server, typegraphql, typescript, for the backend & Reactjs, Apollo client, typescript, bootstrap and graphql-codegen for the frontend.

Notifications You must be signed in to change notification settings

Jose-cd/Animazon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animazon

Amazon inspired app built using GraphQL and Reactjs.

Installation

Install the backend

# clone the repo
$ git clone https://github.com/Jose-cd/Animazon.git

# change the working directory to Animazon
$ cd Animazon

# install the requirements for the backend
$ cd server
$ yarn install
#OR
$ npm install

$ yarn compile
$ yarn start

Install the frontend

#From the root of the project
$ cd client

# install the requirements for the frontend
$ yarn install
#OR
$ npm install

$ yarn start
#OR
$ npm start

About

Amazon inspired app built using GraphQL Apollo server, typegraphql, typescript, for the backend & Reactjs, Apollo client, typescript, bootstrap and graphql-codegen for the frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published