Skip to content

Query Minimal is a 30-second guide to setting up Query

Notifications You must be signed in to change notification settings

gc-victor/query-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Minimal

Query Minimal is a 30-second guide to setting up Query.

Quick Start

Follow these simple steps to run a Query Server and configure the working environment.

Install

Clone this proyect:

git clone https://github.com/gc-victor/query-minimal.git

Remember to change the working directory cd query-minimal.

Install dependencies:

npm install -g @qery/query @qery/query-server esbuild

Query Server

Run the server:

query-server

Configure

Configure the working environment in a different terminal.

Execute the settings and answer:

query settings
  • What is the server URL? [http​://localhost:3000]
  • What is her email? admin
  • What is her password? admin
  • Do you want to save the history of your shell? [Enter]

Push the function:

query function

Let's test it!

curl 'http://localhost:3000/'

Recomendation

Follow the documentation for a non-test local project.

References

About

Query Minimal is a 30-second guide to setting up Query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published