To run the application locally, clone it, install dependencies and setup mongodb by replacing the code in the config/database.js file from database: "mongodb+srv://Givemore:Hararenorton-04@agricauctioncluster.mb91e.mongodb.net/meanauth?retryWrites=true&w=majority" to database: "mongodb://localhost:27017/meanauth".
Run npm run dev in the terminal to start Server on port 3000
Open another terminal and move into the angular-src folder and run ng serve