https://github.com/jmav94/node-getting-started
Improving with node
https://github.com/jmav94/node-getting-started
Last synced: 2 months ago
JSON representation
Improving with node
- Host: GitHub
- URL: https://github.com/jmav94/node-getting-started
- Owner: jmav94
- Created: 2021-04-02T18:20:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T17:17:13.000Z (about 4 years ago)
- Last Synced: 2025-02-02T13:15:25.603Z (4 months ago)
- Language: JavaScript
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node getting started
### First steps
### Read & write files
### Working with modules
### Npm
### Npm external dependencies - npm i , npm install is the same
### Npm nodemon for automatically loading the app on dev mode
### dev script for developer mode
### The npm install for github repositories and no care about node_modules### Building a express server
#### enviroment variables### Express Framework
#### GET ENDPOINT
#### POST ENDPOINT
#### DELETE ENDPOINT
#### PUT ENDPOINT