Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to get started

Start by setting up the API server, navigate to the application directory in the terminal, and run the following command: npm install

This command will install all the dependencies required to the run the server.
You can run then run the server with the following command: npm start

This command will start the server on port 3000.
The root URL of the application is http://localhost:3000.
This URL will load the index.html file inside the public directory of the application.

To see all operations supported by the API, see the documentation at http://localhost:3000/doc.
Here you'll see all API endpoints listed along with example requests and responses.

About

A contact manager application that enables adding, deleting, editing and searching contacts.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages