simple-auth-app
simple-auth-app copied to clipboard
Simple role-based authentication app with MERN stack for Ecologital.
multi-role authentication
Simple multi-role based authentication app.
Follow these steps to run the app on your local machine,
Assume you have node & mongodb installed
- Run "npm install" from the backend directory & Run "npm install" from the frontend directory.
- To start the development servers simultaneously for both backend and frontend, Run "npm run dev" from the backend directory.
OR
Run frontend and backend separately,
commands:
- frontend-only -> Run "npm start" from the frontend directory.
- backend-only -> Run "npm run server" from the backend directory.