Skip to content

Fullstack Demo with some of the most common full stack choices, wrap together with docker

License

Notifications You must be signed in to change notification settings

PascalSun/FullStackDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FullStackDemo

A demo project with the Full Stack setup:

  • Frontend: React
  • Backend:
    • Hasura for GraphQL
    • Django
    • ASP.NET
  • Database:
    • PostgreSQL
    • GraphDB: Neo4j
    • MS SQL Server

All of the stack above are developed with docker.

How to use it

# clone it
cd ./src
docker-compose up

GraphQL, Hasura

To make sure the export metadata process work, we need to install hasura first on the local machine, Install Guide.

And to make sure you can use the latest version of the hasura, you may need to update the cli to the latest version.

hasura update-cli --version v2.0.0-beta.2 --admin-secret fullstackdemopw

Then everytime you do some update with the hasura settings, (tables, actions), then

hasura metadata export --admin-secret fullstackdemopw

About

Fullstack Demo with some of the most common full stack choices, wrap together with docker

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks