Todos app
In this tutorial, you will build a basic todos application. You will:
- Use PostgresDB to store your todos
- Build a react front-end to subscribe to your todos in real-time and edit them.
- Add authentication so users can access/edit only their todos