https://github.com/zeel-codder/phone-book
https://github.com/zeel-codder/phone-book
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeel-codder/phone-book
- Owner: zeel-codder
- Created: 2022-06-27T06:01:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T18:14:28.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T11:06:42.259Z (over 3 years ago)
- Language: JavaScript
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phone Book
# About
Phone book application with CRUD operations.
# Tech
1. React js, Tailwind
2. Node js , Express js
3. Mongodb
# Setup
1. Clone the repository
2. Run bellow commands to run server
```bash
cd backend
npm i
npm run dev
```
3. Run bellow commands to run client
```bash
cd client
npm i
npm run start
```
# Output
Find Output : [hear](./output.gif)

```
```