Skip to content

IuliaGM/RESTful-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful-CRUD

practice with HTTP verbs and routes in express (S35 from WDB)

Addaptation of the exercises made by Colt in the course (replacing posts with comments a "resource")

Install the dependecies from the project folder:

$ node install

Run the program

Run the program by using

$ node *(or nodemon)* index.js 

Open the paths on your localhost:8080 (or one of your choice, but do not forget to change it in index.js)

About

practice with HTTP verbs and routes in express (S35 from WDB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published