Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
9037536
Setting up GitHub Classroom Feedback
github-classroom[bot] Mar 19, 2024
58caf7e
add deadline
github-classroom[bot] Mar 19, 2024
ce66be7
Initial configuration
joyjos Mar 19, 2024
dd603ca
Initial structure backend
joyjos Mar 20, 2024
9b7777a
update members
joyjos Mar 20, 2024
244d52c
Change MemberRespose atributes
osaga-fu Mar 20, 2024
64900a7
update activities
joyjos Mar 20, 2024
45e2da9
aplication.properties configured
joyjos Mar 20, 2024
5f3b884
applications.properties modified
joyjos Mar 20, 2024
2a05824
H2 console working
joyjos Mar 20, 2024
fc161be
Burned UUID
osaga-fu Mar 20, 2024
4aafaf6
Deleted unused imports
osaga-fu Mar 20, 2024
06e44a3
Days data.sql changed
joyjos Mar 20, 2024
fb02ba4
quitar importacion uuid
evavelasco Mar 20, 2024
b4b5c47
Merge branch 'main' of https://github.com/FactoriaF5Code/rc2-project-…
evavelasco Mar 20, 2024
ccd6089
Structure and components created
joyjos Mar 21, 2024
bb0af96
AppRouter added
joyjos Mar 21, 2024
605cb96
Header styles
joyjos Mar 21, 2024
ae5b631
Form styles
joyjos Mar 21, 2024
cf4704e
Improved form styles
osaga-fu Mar 21, 2024
27c46e2
Modified positioning of form
osaga-fu Mar 21, 2024
a7cdb5a
context and service of activities
joyjos Mar 22, 2024
5325d07
Calendar structure created
joyjos Mar 22, 2024
f4ad6aa
Final commit
joyjos Mar 22, 2024
307382f
Now yes final commit
joyjos Mar 22, 2024
0a026bc
ActivityResponse and ActivityService modified and CORS added
joyjos Mar 23, 2024
17f82dd
Final modified
joyjos Mar 23, 2024
aab2488
midleware dir deleted and App.jsx modified
joyjos Mar 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/EVjNNhDi)
# rc-project-10-template
33 changes: 33 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
Binary file added backend/.mvn/wrapper/maven-wrapper.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions backend/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
308 changes: 308 additions & 0 deletions backend/mvnw

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

Loading