-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* backend folder structure * packages versions in requirements.txt * pydantic models defined * refactoring main.py file (in proggress) * validate form file input * Implement notification component * gitignore backend folder * validators in pydantic models * refactoring main.py file (complete) * cleaner backend folder * FIX: load varenv since .env file * allow front url in cors & added it env var * CI/CD added new env variable & manage repo paths * Fix layout (#28) * add dependencies to render markdown and typography * change layout from row to column, change rendering logic * change all display text to spanish * change theme from forest to dracula * use enviroment variable for the backend URL * implement loading state * Update HealthRecommendations.jsx * Last changes (#29) * Split inputs for better UX * remove *multiple* attribute from inputs * url vite backend pipeline CICD * models without name validation * temporal name in web * unique list to send to backend * refactoring checking files types-based --------- Co-authored-by: JVPH <[email protected]> --------- Co-authored-by: JVPH <[email protected]> Co-authored-by: JVPH <[email protected]>
- Loading branch information
1 parent
02b9751
commit e29e158
Showing
16 changed files
with
801 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
VITE_BACKEND_URL="insert backend url" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.