微Reddit
这是Micro-Reddit应用程序。
关于该项目
这是一个简单的Micro-Reddit项目,可演示活动记录,模型和关联。 它不包含任何视图和控制器。
它包含发布,用户和评论模型。
它包含用户验证
关联:
class Post < ApplicationRecord
belongs_to :user
has_many :comments
end
class User < ApplicationRecord
has_many :posts
has
Reddit的Nativescr ipt-Vue应用程序
使用Nativescr ipt-Vue构建的本机应用程序。
用法
# Install dependencies
npm install
# Build for production
tns build --bundle
# Build, watch for changes and debug the application
tns debug --bundle
# Build, watch for changes and run th