Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usernames #4

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
b7d3a15
updated db file
melinayg Apr 11, 2024
a348c52
routes folders
melinayg Apr 11, 2024
e2edbca
Merge branch 'main' of https://github.com/melinayg/strawhats-gogomass
melinayg Apr 11, 2024
0e5a0b8
updated routes
melinayg Apr 11, 2024
5d682df
updated post route in user folder?
melinayg Apr 11, 2024
cbd81e1
Update phasetwo.sql
melinayg Apr 13, 2024
0eab150
Added all of my routes for my blueprints, also updates the sql file a…
Apr 13, 2024
1aad360
Fixed logical inconsistencies in phase2sql file, added all of my mock…
Apr 13, 2024
997d8a4
updates to shopping - Rhoda
Apr 13, 2024
91386d8
melina routes
melinayg Apr 14, 2024
b72e45c
adding music festivals .py
rhodazerit1 Apr 14, 2024
de3c24f
made changes to cafe and user
tasnia6666 Apr 15, 2024
822c1f0
added new csvs
tasnia6666 Apr 15, 2024
c2fc74a
sql file for insert statements
melinayg Apr 15, 2024
6775e01
just added balance
tasnia6666 Apr 15, 2024
6db2b0a
added movies location
melinayg Apr 15, 2024
a5a4dd5
adding the secrets file
Apr 15, 2024
11a648c
Merge branch 'main' of https://github.com/melinayg/strawhats-gogomass
rhodazerit1 Apr 15, 2024
911dece
Add files via upload
alaatamam Apr 15, 2024
6183ea6
Merge branch 'main' of https://github.com/melinayg/strawhats-gogomass
rhodazerit1 Apr 16, 2024
2bd5cec
adding destination
rhodazerit1 Apr 16, 2024
1adf058
adding destination
rhodazerit1 Apr 16, 2024
fdaac55
dont need location attribute
melinayg Apr 16, 2024
e872863
Merge branch 'main' of https://github.com/melinayg/strawhats-gogomass
melinayg Apr 16, 2024
587f5bc
adding music festivals and destinaiton
rhodazerit1 Apr 16, 2024
91fa04f
Merge branch 'main' of https://github.com/melinayg/strawhats-gogomass
rhodazerit1 Apr 16, 2024
658d2c9
edits on init file
rhodazerit1 Apr 16, 2024
3161f82
mockaroo data insert statements
melinayg Apr 16, 2024
c6179d3
more sample data
melinayg Apr 16, 2024
7f66157
saariyas routes
melinayg Apr 16, 2024
2171b11
deleting extra
melinayg Apr 16, 2024
a7a8378
everything you need to be able to run the containers and launch appsmith
Apr 16, 2024
4fa70e9
added movies
tasnia6666 Apr 16, 2024
7bbf293
took away weather
tasnia6666 Apr 16, 2024
4caa684
added more
tasnia6666 Apr 16, 2024
09fd222
MADE CHANGES TO USER
tasnia6666 Apr 17, 2024
ca5cc56
new post for user plz add
tasnia6666 Apr 17, 2024
62ed0e8
added user names
tasnia6666 Apr 17, 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
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"sqltools.connections": [
{
"mysqlOptions": {
"authProtocol": "default",
"enableSsl": "Disabled"
},
"previewLimit": 50,
"server": "localhost",
"port": 3306,
"driver": "MySQL",
"name": "3006",
"database": "GoGoMass",
"username": "root"
}
]
}
Loading