Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watadarkstar/json-server-now
Getting json-server to work on now.sh in 2019
https://github.com/watadarkstar/json-server-now
Last synced: 3 months ago
JSON representation
Getting json-server to work on now.sh in 2019
- Host: GitHub
- URL: https://github.com/watadarkstar/json-server-now
- Owner: watadarkstar
- Created: 2019-06-20T23:39:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:44:16.000Z (about 2 years ago)
- Last Synced: 2023-04-10T05:46:04.764Z (over 1 year ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 13
- Watchers: 0
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-server-now
Getting json-server to work on now.sh in 2019
# Getting started.
```
git clone https://github.com/thedamian/json-server-now.git
cd json-server-now
```Change the db.js file to meet your initial requirements
```
npm install
```Run locally:
```
npm run start
```Install now
```
npm install -g now
```Deploy it:
```
now
```# Credits
Inspired by https://github.com/thedamian/json-server-now