Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/developaul/crmcrudrest-js

CRM CRUD REST App: JavaScript
https://github.com/developaul/crmcrudrest-js

Last synced: about 1 month ago
JSON representation

CRM CRUD REST App: JavaScript

Awesome Lists containing this project

README

        

# CRM Crud Rest App: JavaScript

## Getting started

Install JSON server

````
npm install -g json-server
````

Start JSON server

````
json-server db.json -p 4000
````

Open index.html with live server