Skip to content

VieuxChameau/ExpressJsStuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressJsStuff

To launch the server :

node app.js

To test with curl :

curl -i "http://localhost:3001/cities"
curl -i "http://localhost:3001/cities?search=Indigo"
curl -i "http://localhost:3001/cities/Indigo"
curl -i --data "name=nameValue&description=descriptionValue" "http://localhost:3001/cities"
curl --request DELETE "http://localhost:3001/cities/Indigo"

About

Solutions to Express.js course on Code School

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published