Objective of the app is to showcase basic frontend and backend tools and technologies using React.js, Node.js and Mongoose for mongodb database. It uses jwt for authentication and authorization.
- cd client
- npm install
- npm run dev
- It will run the frontend.
- cd server
- npm install
- npm start It will run the server at port 4000 and also connect to mongo db on local machine. login into an account from predefined credentials from users collection create a prompt where you will be redirected automatically on successful login.