Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

rafaelugolini/swapi-wrapper-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWAPI + GraphQL + Apollo Server

GraphQL REST API Wrapper using Apollo Server.

Getting Started

To get the project started you need to run the following commands:

npm install
npm run dev

The service will be running on http://localhost:3030

Production

To build and run a compiled version using node:

npm run build
npm run prod

References

Releases

No releases published

Packages

No packages published