Case study: Simple MERN+ Stack application
Simple project using modern MERN stack with the main objectives of learning Redux + Toolkit, Mongoose + MongoDB, basic authentication using JWT and running locally docker.
Node version >= 16.14.0
- Install all dependencies
yarn install
- Run the development enviroment
yarn dev
- You can deploy clicking the button below on Heroku
- This project was created by following the Brad Traversy MERN Stack tutorial