Skip to content

ShanHaider10/redux-mastery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Quick start

  • Clone the repo: git clone https://github.com/ShanHaider10/redux-mastery.git
  • Make sure your Node.js and npm versions are up to date
  • Install dependencies: yarn
  • Start the Frontend : yarn run dev`
  • Start the Backend server: yarn start:dev`
  • Open browser: http://localhost:3000

File Structure

Within the download you'll find the following directories and files:

REDUX-MASTERY-KIT
└── backend
    ├── .next
    ├── node_modules
    ├── public
    ├── src
    │   ├── api
    │   ├── app
    │   ├── config
    │   ├── controllers
    │   ├── middlewares
    │   └── models
    ├── uploads
    ├── .env
    ├── .gitignore
    ├── eslint.config.mjs
    ├── jsconfig.json
    ├── next.config.mjs
    ├── nodemon.json
    ├── package.json
    ├── postcss.config.mjs
    ├── README.md
    ├── server.js
    └── yarn.lock

Contact Us

About

Efficiently implemented backend RESTful APIs integrated with Redux Toolkit and RTK Query for optimized state management, seamless data fetching, and scalable architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors