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

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

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