Simple application utilizing MERN Stack (React, Node.js, Express & MongoDB)
This repository is based on the video series, Full Stack MERN Application by JavaScript Mastery. As this series was initially created in October 2020 some techniques are outdated and have been adjusted. See Notable Deviations below.
Both client and server are included in this repository for simplicity.
Runs the app in the development mode when run in /client
.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
When run in /server
it will start the server on port : 5000.
JavaScript Mastery (JSM) use the old version and structure of Redux. I will be using the Redux Toolkit and following the recommended app structure.