Use yarn start
to start the server.
You can access the graphql endpoint at 0.0.0.0:4000/graphql
.
git clone https://thomasrosen:[email protected]/anyway-koeln/api-server.git api-server
cd api-server/
git pull
yarn
Update origin: git remote set-url origin https://thomasrosen:[email protected]/anyway-koeln/api-server.git
The following is not need. Just here for reference.
git remote add origin https://thomasrosen:[email protected]/anyway-koeln/api-server.git
git branch --set-upstream-to=origin/main main