Red Giant - Id And Password Work
// Validate input if (!email );
router.post('/login', async (req, res) => !(await bcrypt.compare(password, user.password))) return res.status(401).send( error: 'Invalid email or password' ); red giant id and password work
router.post('/register', async (req, res) => const email, password = req.body; // Validate input if (