This is a simple phonebook application built with Node.js and Express.js for the backend and a ReactJS frontend. It allows users to store and manage their contacts.
- Add new contacts
- View existing contacts
- Update contact details
- Delete contacts
- Node.js installed on your machine
- Clone the repository:
git clone https://github.com/srhqmp/phonebook
- Install dependencies
npm install
npm start
This will start the backend server.
npm run client
This will start the frontend server.
Open http://localhost:3000 to view in the browser.
This project is deployed on https://srhqmp-phonebook.fly.dev. You can access the live version here.
To deploy your own instance, you can use the following command:
npm run deploy:full
For more details about the project, see the documentation in the frontend/ and backend/ directories.