| CREATE READ UPDATE DELETE |
This repository connects mongodb database and express backend to React front end app.
SYSTEM REQUIRMENTS:
- Allow the user to interact with a online database and perfom SCRUD operations
- Interactive front-end
- Backend/front-end communication
- Working database
HTTP methods used
POST, GET, GET (by id), PUT, DELETE
To RUN server: node server.js
To RUN react app: npm start
Download dependancies before running. Use different terminals for sever and client.
SEVER setup:
npm init -y npm install mongodb express
CLIENT setup:
npx create-react-app client npm install (dependancies)