This is a Fullstack study blog app made with React. The application itself has nothing very special, it is more a project done during my studies trajactory. JWT was been used to authenticate the user, OAuth with the Google API to access the system with your Google account, Redux, Axios and some other things.
With yarn
git clone https://github.com/Kayque-Goncalves/saturn-music-web.git
$ cd client
$ yarn install
$ yarn startAnd the server side
$ cd server
$ yarn install
$ yarn startWith npm
git clone https://github.com/Kayque-Goncalves/saturn-music-web.git
$ cd saturn-player
$ npm install
$ npm run startAnd the server side
$ cd server
$ npm install
$ npm run startRuns the app in the development mode.