Basic Login App, Back end - Node.js, Mongodb, Front end - React.js
User view for log-in & log-out functions and give view access to Admin
Mongodb Atlas used for storage, no need to configure mongodb
# Install dependencies for server
npm install
# Install dependencies for client
cd client
npm install
# Run the client & server with concurrently
cd ..
npm run dev
#(OR)
# Run the server only
npm run server
# Run the React client only
npm run client
# Server runs on http://localhost:5000 and client on http://localhost:3000
Login - https://prnt.sc/rou9p5
Register - https://prnt.sc/rouar4
Dashboard (admin) - https://prnt.sc/roubev
Users List - https://prnt.sc/roubny
Dashboard (user) - https://prnt.sc/roubxv