Skip to content

Commit

Permalink
Update api flag
Browse files Browse the repository at this point in the history
  • Loading branch information
KatBrandt committed Sep 20, 2024
1 parent 9428104 commit 7f8a01c
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 (-t -d=postgresql)` 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 7f8a01c

Please sign in to comment.