Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/developaul/crmcrudrest-js
- Owner: developaul
- Created: 2020-11-02T23:27:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T21:24:53.000Z (about 4 years ago)
- Last Synced: 2023-08-02T23:59:07.809Z (over 1 year ago)
- Language: HTML
- Size: 139 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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