Small backend project for a phonebook app in part 3 of the Full Stack Open course. Repository of the frontend part of the phonebook is here.
The JSON Server uses port 3001.
Install all up-to-date dependencies of the project defined in package.json by running this command in the project's root directory:
npm install
We can run the program from the command line:
npm start
Ongoing, not complete.