A blog with all CRUD functinality
Add your environment Variable in .env file
# Backend dependency - Express Js - Node
npm install
# Frontend dependency - React and Redux
cd frontend
npm install
npm run server
A blog with all CRUD functinality
Add your environment Variable in .env file
# Backend dependency - Express Js - Node
npm install
# Frontend dependency - React and Redux
cd frontend
npm install
npm run server