Giter VIP home page Giter VIP logo

test-graphqlize's Introduction

app/graphqlize

  1. Create Postgres database (eg. "assessments")
  2. There are two backup files in /resources/SQL/assessments/ folder (data.sql and schema.sql)
  3. Execute first schema.sql and then data.sql in public schema of this DB
  4. This will populate the db-schema with tables and other objects, and seed the tables with data.
  5. Fill this map in src/app/server.clj namespace: (def db-spec (hikari/make-datasource {:adapter "postgresql" :database-name "assessments" :server-name "localhost" :port-number 5432 :maximum-pool-size 1 :username "..." :password "..."})) with your credentials, db and server name.
  6. Run clj -M:dev:test from project folder
  7. Type (go) on user=> prompt ---->> [main] INFO org.eclipse.jetty.server.Server - Started @10079ms :ready
  8. If Graphiql interface is shown on http://localhost:8080/ you are ready to test meta-dashboard application

test-graphqlize's People

Contributors

enesj avatar

Watchers

Mihael Konjević avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.