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.