https://github.com/roluochke/phone-book
A simple CRUD MERN stack phone book
https://github.com/roluochke/phone-book
bootstrap express mongodb node react
Last synced: 3 months ago
JSON representation
A simple CRUD MERN stack phone book
- Host: GitHub
- URL: https://github.com/roluochke/phone-book
- Owner: rOluochKe
- Created: 2023-04-29T11:21:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-29T21:10:22.000Z (about 3 years ago)
- Last Synced: 2025-10-27T18:35:36.302Z (8 months ago)
- Topics: bootstrap, express, mongodb, node, react
- Language: JavaScript
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phone Book App
A simple CRUD MERN stack phone book application.
## Technology
- React
- Node
- Express
- MongoDB
## Views
## Setup
- Clone the project: `git@github.com:rOluochKe/phone-book.git`
- Change directory into both client and api separately: `cd /client` for client and `cd /api` for api
- Install the required dependencies for both client and api, run `npm install`
- Setup mongodb database and add url to `.env` file on the api root directory
- Test all endpoints in the api from the file `api/endpoints.http`
- Run both the applications simultaneously: client `npm start` and api `npm run dev`
- View the application on the browser using `http://localhost:3000`