Open NoJuanNobody opened 10 months ago
you might want to check out these docs https://nextjs.org/
Good progress today, we were able to create end points for the ticket. Here's a snippet of the code:
// Define tasks management routes app.use('/api/tasks', tasksRouter(pool));
// Define API endpoint to set user's password app.post('/api/set-password', async (req, res) => { const plainTextPassword = req.body.password;
User Story
as a home health aid worker, I want to know the tasks that I will be asked to do while I am working on site
Description Details