https://github.com/samk13/restfulwebservicesnodeexpress
REST webservice node express
https://github.com/samk13/restfulwebservicesnodeexpress
Last synced: 2 months ago
JSON representation
REST webservice node express
- Host: GitHub
- URL: https://github.com/samk13/restfulwebservicesnodeexpress
- Owner: Samk13
- License: mit
- Created: 2022-04-14T07:52:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T16:41:01.000Z (about 3 years ago)
- Last Synced: 2025-02-16T22:26:45.675Z (5 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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