Skip to content

Commit

Permalink
Merge pull request #72 from jetbrains-academy/culinary-backup
Browse files Browse the repository at this point in the history
Culinary
  • Loading branch information
nbirillo authored Aug 21, 2024
2 parents eb48ac3 + 7832d83 commit 901820f
Show file tree
Hide file tree
Showing 203 changed files with 34,201 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/inspectionProfiles/Custom_Inspections.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
1 change: 0 additions & 1 deletion backToTheFutureFrontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"axios": "^1.5.1",
"common-types": "file:common/build/libs/common-types",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
Expand Down
1 change: 1 addition & 0 deletions course-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ content:
- oldSchoolServer
- backToTheFutureServer
- FeedbackSurvey
- culinaryServer
environment_settings:
jvm_language_level: JDK_17
1 change: 1 addition & 0 deletions culinaryFrontend/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_URL=http://localhost:8080/api/
1 change: 1 addition & 0 deletions culinaryFrontend/.env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
REACT_APP_API_URL=/api/
29 changes: 29 additions & 0 deletions culinaryFrontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*

# will be installed automatically
.yarnrc.yml
.yarn
node
yarn.lock
2 changes: 2 additions & 0 deletions culinaryFrontend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
group = rootProject.group
version = rootProject.version
Loading

0 comments on commit 901820f

Please sign in to comment.