// on Windows
$ cd %HOMEPATH%\Desktop
// on Linux or macOS
$ cd ~/Desktop
$ git clone https://github.com/olehmelnyk/CRUD.git
$ cd CRUD
$ npm i
$ npm start
Now you can open http://localhost:3000 in your favorite browser and test this app.
$ node ./bin/www 3001 crud.local
Both params are optional.
- Ability to choose what you want to use as DB: MongoDB or JSON file
- Accepts Sync/Async REST/GET|POST requests
- Renders HTML by default, for JSON response - add GET param
?format=json