/crud-react-node-mongo

This is a simple project that demonstrates a simple CRUD (Create, Read, Update, Delete) of users. It is built with ReactJS and Bootstrap on the front-end and NodeJS, ExpressJS and MongoDB on the back-end.

Primary LanguageJavaScript

crud-react-node-mongo

This is a simple project that demonstrates a simple CRUD (Create, Read, Update, Delete) of users. It is built with ReactJS and Bootstrap on the front-end and NodeJS, ExpressJS and MongoDB on the back-end.

Instructions

To run the project, it is first necessary to install the dependencies. To do this, run the command npm install or yarn inside the two folders: frontend and backend.

Config DB

Place your MongoDB connection URL in the index.js file inside the backend / src.

Start

Run npm start or yarn start in the backend folder, then run the same command in the frontend folder.