Trevor I. Lasn
Trevor I. Lasn
@adcat Hey! Where can I find the template you created including the Iban?
I hear you-- so I made this tutorial: https://www.strilliant.com/2019/01/27/how-to-setup-a-powerful-api-with-graphql-koa-and-mongodb/ I do a full CRUD round + testing in the tutorial above.
The redux dev chrome extension is synchronous by design internally (?) ``` Uncaught Error: The MetaMask Web3 object does not support synchronous methods like eth_mining without a callback parameter. See...
Hmm.. could you please make a screenshot of the error?
ping @lamp3usa
@sergik19911 Hey, no problem! The steps are the following; Make sure you Node.js installed on your computer too. 1. Clone the repo 2. run `npm install` 3. run `npm start`
Are you sure you're in the right directory?
Create a sql database; MAC: ```brew install mysql``` ```mysql -u root -p ``` ``` create database vaulty;``` ```use database vaulty;```
https://laravel.com/docs/5.5/database explains it way better than I could 😊