Skip to content

Nahuel61920/Contact-list-Express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact list

Contact list created with NodeJs and ExpressJs


It is a list of contacts that extracts information from an internal database that contains an array of objects with the properties name, surname, number, gmail and thanks to NodeJs we can export our database to be able to use it on our server, which is integrated in Express and we can return our contacts, as well as through ID we can search, edit and delete them from our database

Installations


  • NodeJs: NodeJs

  • ExpressJs: ExpressJs

    Install ExpressJs:

    $ npm install ExpressJs
  • Nodemon: Nodemon

    Install Nodemon:

    $ npm install nodemon

    Start Nodemon:

    $ nodemon server.js

About

Contact list created with NodeJs and ExpressJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published