Skip to content

andr74r/console-phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

console-phonebook

Simple console phonebook

To run app:

  1. start project using VS 2019.
  2. execute "dotnet restore" command
  3. to run console-app set 'Phonebook.Console' as Startup Project
  4. to run web-app set 'Phonebook.WebApi' as Startup Project
{
  "input": "add newContact +199999999"
}

Supporting commands:

  • add - format 'add {name} {phone}'
  • list
  • help

To add new command need to do the following:

  • Create implementation of ICommand;
  • Add attribute CommandAttribute to the implementation.

About

Simple console phonebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages