https://github.com/johnlindquist/vercel-swapi-json-server
https://github.com/johnlindquist/vercel-swapi-json-server
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/vercel-swapi-json-server
- Owner: johnlindquist
- Created: 2020-08-14T18:56:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T15:32:07.000Z (about 5 years ago)
- Last Synced: 2025-04-08T13:34:19.548Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://vercel-swapi-json-server.vercel.app
- Size: 3.86 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)