git clone: https://github.com/goldstork/todo-with-auth.git
Choose the right branch in this repository to get the code for the different parts of the series.
Install all dependencies
npm i
Run the server(port: 5000) and client(port: 3000)
npm run dev