A Responsive MERN CRUD Garage Web Application made with React, Redux, Node.js, Hooks, User Auth consuming and Sending data to MongoDB.
$ git clone https://github.com/MatheusDevios/Ger-s-Garage.git
$ cd Ger-s-Garage
$ cd client
$ npm install
$ npm start
$ cd ..
$ cd api
$ npm install
$ nodemon
The application will open in the browser on http://localhost:3000 The server will listen on http://localhost:5001