CRUD application built using React, Redux, and Express.js to leverage skills in developing a full-stack application. This includes implementing CRUD API operations, integrating the frontend with the backend, and managing the deployment process.
Available here: https://personal-notepad-react-redux.vercel.app/
- Fork repository
- Go to
/clientand runnpm i - Go to
/server, runnpm iand create there.envfile with this three variables:- MONGO_URI
- PORT
- JWT_SECRET
- Run backend (
/server) withnode index.js - Run frontend (
/client) withnpm start