Todo-api-rest ToDo Rest Api可创建,更改,列出和删除任务。 安装 手册 在安装应用程序之前,必须先安装PostgreSQL数据库。 本可以为您提供帮助。 克隆存储库并安装依赖项 git clone git@github.com:kellina/todo-api-rest.git cd todo-api-rest npm install 使用以下环境变量在项目的根目录中创建一个.env文件: DATABASE_URL= postgres://dbuser:password@localhost:port/dbname PORT=8080 使用以下命令启动应用程序: