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

Latest commit

 

History

History
35 lines (24 loc) · 840 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 840 Bytes

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