-
Use PostgreSQL database to store REST service data (
Users,Boards,Tasks). -
Use Typeorm to store and update data.
-
The information on DB connection should be stored in
.envfile and should be passed to the application using the environment variables with the help of the following dotenv package.