https://github.com/johnlindquist/swapi-json-server
https://github.com/johnlindquist/swapi-json-server
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnlindquist/swapi-json-server
- Owner: johnlindquist
- Created: 2016-03-01T03:11:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:36:26.000Z (over 3 years ago)
- Last Synced: 2025-02-28T23:36:57.567Z (over 1 year ago)
- Language: JavaScript
- Homepage: swapi-json-server-johnlindquist.vercel.app
- Size: 7.64 MB
- Stars: 44
- Watchers: 3
- Forks: 36
- Open Issues: 7
-
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)