To setup the application install all the node modules by npm install both in frontend and backend. Then start the application by npm run dev This would run all the interfaces and api concurrently using a package called concurrently Note : Don't forget to setup the .env file which includes the Mongourl, JWT secret & node environment status like development or production
You can register a new account or login with an existing one.