grand-stack-starter icon indicating copy to clipboard operation
grand-stack-starter copied to clipboard

Simple starter project for GRANDstack full stack apps

Results 53 grand-stack-starter issues
Sort by recently updated
recently updated
newest added

Hi I'd like to know whether the grandstack-starter is being maintained It seems to have gone dormant for many months. Will it be possible to allow the open source community...

Hello peers, This repo seems to be outdated. Docker-compose option allows playing with GRAND stack without big setup burden, but nonetheless it is broken. For those who are still interested...

Support Vue template.

Hi all, I Couldn't use GRANDstack Starter properly I am facing the following issue after that I run "npm run install". I've tried this with a sandbox instance and local...

Followed the guidelines [here](https://www.apollographql.com/docs/apollo-server/migration/) to ensure that the api would run on apollo server 3. Updated all other packages in the api directory as well.

l am getting this message `"Server responded HTTP. Make sure you are not trying to connect to the http endpoint (HTTP defaults to port 7474 whereas BOLT defaults to port...

Hi Team, I am using grand-stack-starter with Neo4j 3.4.5. I am able to graphql server but whenever I try to query Neo4j database it gives me an error "Unknown Bolt...

I setup a neo4j sandbox DB, and ran `npx create-grandstack-app`. When I run `npm run seedDb` from `/api` subfolder, I get the following error message: ``` Error: Error: request to...

1. Cloned the repo 2. `docker-compose up` 3. It failed because the `api` container did not start 4. Did `docker-compose run api bash`, then `npm install graphql` 5. `api` container...

After following the tutorial, when I try to seed the database, I get the following error. Was there any change (I believe this was working earlier) or there is something...