Skip to content

anitakrajewska/server-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

init

$ server-node npm init -y $ touch index.js

check init

$ cat package.json

check curl

$ curl -i http://localhost:3001 $ curl -i http://localhost:3001/hello

run server

$ npm start

check

$ curl -i http://localhost:3002

URL

http://localhost:3002 http://localhost:3002/products

About

simple server node + express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published