Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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