Skip to content

Mhirii/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-manager

  • npm install inside both ./frontend/ and ./backend/
  • you can start the frontend server by running npm run dev inside ./frontend/ and the backend server by npm run start:dev

Technologies used

Frontend

Backend

Vercel deployment

Frontend backend

Routes

Frontned

Route Functionality
./ landing page
/login login page
/register registration page
/today today's tasks

Backend

swagger documentation