Skip to content

silverlogic/graphgist-portal-v3

 
 

Repository files navigation

Graphgist Portal - v3

This project was started with GRANDstack (GraphQL, React, Apollo, Neo4j Database). There are two components for the portal, the UI application (in React) and the API app (GraphQL server).

API

GraphQL API diagram

Deployment

This is currently deployed to Heroku, since this repository contains both API and UI repository we need to individually push each one, to achieve that we can create a subtree branch with only that specific folder:

Example

For API:

git subtree split --prefix api -b heroku-api

This will make the heroku-api branch hold only the api folder.

Then we can deploy our local heroku-api to heroku master:

heroku git:remote -r remote-api -a graphgist-portal-v3
git push -f remote-api heroku-api:master

About

GraphGist Portal v3 (JavaScript)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.7%
  • SCSS 3.1%
  • EJS 1.8%
  • CSS 1.1%
  • HTML 0.5%
  • Makefile 0.3%
  • Other 0.5%