Skip to content

luizcalaca/fullstack-react-nodejs-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fullstack-react-nodejs-crud-api

Full stack NodeJS, ReactJS and MongoDB - CRUD API

How to run this project

Step 1 - clone the project

git clone https://github.com/luizcalaca/fullstack-react-nodejs-crud-api.git

Step 2 - MongoDB Configuration

First install the mongodb shell https://www.mongodb.com/docs/mongodb-shell/ and after you can use a MongoDB extension for VSCode IDE https://www.mongodb.com/products/vs-code for data visualization

Step 3 - install dependencies on backend and run it

cd fullstack-react-nodejs-crud-api/backend
npm install
npm start

Step 4 - install dependencies on frontend and run it

cd fullstack-react-nodejs-crud-api/frontend
npm install
npm start

About

Full stack NodeJS ReactJS MongoDB - CRUD API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published