Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samk13/restfulwebservicesnodeexpress

REST webservice node express
https://github.com/samk13/restfulwebservicesnodeexpress

Last synced: 14 days ago
JSON representation

REST webservice node express

Awesome Lists containing this project

README

        

# RESTfulWebServicesNodeExpress

REST webservice node express

# start the server

```bash
npm run docker
```

to rebuild the image

```bash
npm run docker-build
```

## How to run the debuger

### from chrome browser

in the code write `debugger` in the line where you want to stop

open chrome and go to chrome://inspect
you might need to wait a bit for the debugger to start

## from vscode debugger

first make sure your app is running by running `npm run docker`
then open vscode and go to debug, make sure to select "Docker Nodejs Launch" and press play
set a break point in the line where you want to stop and here you have it!

---

Can be used as biolerplate for other projects