介绍与启动
宁皓网 Ruby on Rails 课程用的小项目:
1 → 克隆仓库到本地
git clone https://github.com/ninghao/nest-rails.git
2 → 进入项目所在目录
cd nest-rails
3 → 创建并启动服务
docker-compose build
docker-compose up -d
4 → 在浏览器里打开
http://localhost:3000
宁皓网 《Rails》课程相关代码
宁皓网 Ruby on Rails 课程用的小项目:
1 → 克隆仓库到本地
git clone https://github.com/ninghao/nest-rails.git
2 → 进入项目所在目录
cd nest-rails
3 → 创建并启动服务
docker-compose build
docker-compose up -d
4 → 在浏览器里打开
http://localhost:3000