Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 746 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 746 Bytes

Todo Manager

Todo manager is an app designed to keep track of to do. The app is split into 2 parts, backend and frontend (client). Development of each part is done in their respective branch before being merged into the main branch.

Deployment

The app is deployed here: https://todo-eta-nine.vercel.app

Note that work around for cookie was done to allow the backend and frontend to be hosted on heroku and vercel respectively.

Backend

Branch: backend For more information of backend, refer to this

Frontend

Branch: client