rails_graphql_apollo_react 源码
先决条件 设置步骤需要在系统上安装以下工具。 Github Ruby Rails 1.检出存储库 git clone git@github.com:mohamedtaha123/rails_graphql_apollo_react 2.创建并设置数据库 运行以下命令来创建和设置数据库。 bundle exec rake db : create bundle exec rake db : setup 3.启动Rails服务器 您可以使用以下命令启动Rails服务器。 bundle exec rails s 现在您可以使用URL 访问该站点 4.运行测试(Rspec) 您可以使用下面给出的命令开始测试。 bundle exec rspec
文件列表
rails_graphql_apollo_react
(预估有个134文件)
.browserslistrc
9B
Gemfile
2KB
credentials.yml.enc
464B
.gitignore
795B
application.html.erb
276B
mailer.text.erb
13B
mailer.html.erb
229B
index.html.erb
52B
application.css
709B
styles.module.css
549B
暂无评论