An open API service indexing awesome lists of open source software.

https://github.com/johnlindquist/vercel-swapi-json-server


https://github.com/johnlindquist/vercel-swapi-json-server

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Star Wars API w/ JSON-Server
All credit to http://swapi.co and https://github.com/typicode/json-server

## Setup
- Clone or fork this repository
- Make sure you have [node.js](https://nodejs.org/) installed
- run `npm install` to install dependencies
- run `npm start` to fire up dev server
- open browser to [`http://localhost:4000`](http://localhost:4000)