This is the backend server for the Phonebook app. It runs on port 3000, by using Express.js and some other technologies.
You can find the deployed version of the app at https://phonebook-server-aggiovato.fly.dev/
Get the home page. Dist is the folder where the compiled files are located.
https://phonebook-server-aggiovato.fly.dev/
Get information about the Phonebook.
https://phonebook-server-aggiovato.fly.dev/info
Get the API homepage.
https://phonebook-server-aggiovato.fly.dev/api/
Get all persons.
https://phonebook-server-aggiovato.fly.dev/api/persons
You can find the requests in the requests folder.
This project is licensed under the MIT License - see the LICENSE file for details.



