/my-jam

This is my version of the project developed during Wes Bos' Advanced React and GraphQL course.

Primary LanguageJavaScript

MY JAM

This is my version of the project developed during Wes Bos' Advanced React and GraphQL course.

Instead of a store, I'm building a system for my father to organize his collection of music albums.

Kudos

Installation

cd backend
yarn install

cd ../

cd frontend
yarn install

Development

cd backend
yarn dev

In another terminal tab run:

cd frontend
yarn dev

Deploy

Backend

From root folder run in the terminal:

git subtree push --prefix backend heroku-backend master

Frontend

From root folder run in the terminal:

git subtree push --prefix frontend heroku-frontend master

Contribution

To commit do the following command in backend or frontend folder:

yarn commit