Skip to content

Commit

Permalink
Add flags to rails new on project
Browse files Browse the repository at this point in the history
  • Loading branch information
KatBrandt committed Sep 20, 2024
1 parent 15feec7 commit 9428104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module3/projects/sweater_weather/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Whether, Sweater? Project Requirements
_[Back to Sweater Weather Home](./index)_
# Important Note about Getting Started

1. This project is an API based application. __Use__ the `rails new --api and other flags` when creating your application. _Doing `rails new` which includes views, etc is NOT a correct project structure._
1. This project is an API based application. __Use__ the `rails new --api and other flags (-t -d=postgresql)` when creating your application. _Doing `rails new` which includes views, etc is NOT a correct project structure._

2. We would like to see a README file included in your project that outlines the learning goals, how someone can clone and set up your application and where they can get their own API keys, and happy path endpoint use.

Expand Down

0 comments on commit 9428104

Please sign in to comment.