Skip to content

ramirezmz/contact-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Manager project

Contact preview

This project calls contact manager, and it's special! why? the front end is a command line interface (CLI). Also, the backend is a REST API. You don't need to up the backend, because it's already up in the cloud.

You just need to run the front end (cli) in your terminal and enjoy!

In this project, you can do the following:

  • Create an account
  • Login in your account
  • Create a contact
  • Read the contacts
  • Remove a contact
  • Update a contact
  • Logout

Demo

Contact Manager

Tools

This project uses the following tools:

How to run

  1. Clone the repository
  2. Enter the project directory cd contact-manager/command-line
  3. Install the dependencies with npm install
  4. Run the application with npm run dev

Releases

No releases published

Packages

No packages published