Skip to content

This to-do manager is designed as 2 separate parts for backend and frontend for scalability. The backend provides API for the frontend to call. Sensitive information such as password is done securely by encrypting the data before sending to the backend.Hash is also done before storing the data.

Notifications You must be signed in to change notification settings

marcuspeh/todo-manager

Repository files navigation

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

About

This to-do manager is designed as 2 separate parts for backend and frontend for scalability. The backend provides API for the frontend to call. Sensitive information such as password is done securely by encrypting the data before sending to the backend.Hash is also done before storing the data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages