Giter Site home page Giter Site logo

ustart-dev / ustart Goto Github PK

View Code? Open in Web Editor NEW
4.0 3.0 0.0 3.65 MB

NodeJS framework for building GraphQL backends using Apollo, Sequelize, Mongoose, Graphql shield and other great tools

Home Page: https://ustart.dev

License: MIT License

JavaScript 100.00%
graphql apollo sequelize mongoose graphql-shield

ustart's Introduction

uStart

uStart is a NodeJS framework for building GraphQL backends using Apollo, Sequelize, Mongoose and other great tools. Check out our site ustart.dev.

Getting started

Ensure you have the latest Node installed

You have to be on Node >= 8.x

Create a new folder for your project

mkdir awesome-project
cd awesome-project

Initialize with the ustart CLI. This will create the project structure and install all NPM dependencies for you

npx ustart-cli init

We use npx to avoid global installation of the CLI. Once npx finish the ustart-cli will be available as a local package by typing npx ustart <command>.

Verfying Installation

Run your project

npm run start

If everything has gone well your console will log:

NODE_ENV: development
Server is running on http://localhost:4000

Good, that means you have running the playground on localhost port 4000.

Execute your first query. Open your browser and open localhost:4000, go to the left panel and type:

query {
  hello
}

Press the play icon in the middle of both panels, then the right panel should show:

"data": {
  "hello": "Hello there, everything is right. You can keep reading the docs!"
}

If the response is the same you are ready to play!.

Go and try our first example on ustart.dev.

ustart's People

Contributors

leonelpena avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.