Skip to content

luis-alvarez1/ssw-graph-api-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supersportwagen GraphQL API

Steps to run the API

  1. Make sure you have installed wether npm or yarn.

  2. Install all the NPM packages and dependencies with the next command:

    npm install
    

    or

    yarn install
    
  3. Run the api with the next command:

    npm start
    

    or

    yarn start
    

If all finishes good, a local server will start on port 1500:(https://localhost:1500/graphql)

You're good to go!

Author: Luis Alvarez. April, 2021

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published