You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check all the dependencies in package.json and simply run "npm start" in client and "npm run devStart" in server.
About
CRUD App with a front-end side in React.js, Router, Axios & Bootstrap and the back-end server uses Node.js + Express for REST APIs. I wanted to create this smart banking app in order to cover how to create the pages, the sections, the routes, signin&signup with encryption, cookies and user sessions. The app is connected to a local mysql database.