• Adding customers with the following fields • First name • Last name • Date of birth • Phone number • Editing customers • Deleting customers • Searching for customers by partial name match (first or last name)
• Clone the repository git clone url (https://github.com/topdev10/RH-CRUD.git / git@github.com:topdev10/RH-CRUD.git)
• Install NPM modules npm install / yarn install
• Start Server npm start / yarn start