Skip to content

T-Rzeznik/Full-stack-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation


| 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)


About

Full-stack MERN CRUD application - MongoDB, Express, React, Node.js with all HTTP methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors