文件名称:共享待办事项:Rails和JavaScript清单列出了具有共享功能的应用程序
文件大小:73KB
文件格式:ZIP
更新时间:2024-03-13 02:44:50
Ruby
待办事项列表应用程序 检查清单应用程序,您可以在其中与他人共享对检查清单的访问权限 设置 # clone this repository git clone git@github.com:arye-dov-eidelman/shared-to-do.git # navigate into the directory cd shared-to-do # keep rvm calm rvm install " ruby-2.5.3 " rvm use 2.5.3 # bundle gems gem install bundler bundle # Setup the SQL database rails db:create rails db:migrate # start the server rails s