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

Frontend #3

Closed
wants to merge 88 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
2b22251
Create .gitignore
wang-joseph Nov 9, 2021
ed51602
Filled in Project Template
RyanLin11 Nov 9, 2021
1f43d4a
Create package.json
wang-joseph Nov 10, 2021
6f02a9e
package-lock importing mongodb
wang-joseph Nov 10, 2021
5871b5f
Revert "Create package.json"
wang-joseph Nov 10, 2021
feae1f0
basic file structure
wang-joseph Nov 10, 2021
e9ebc87
Merge branch 'main' into mongodb
wang-joseph Nov 10, 2021
59a441c
Update .gitignore
wang-joseph Nov 10, 2021
ff49bf6
Added some files
JacobIm28 Nov 15, 2021
5e81782
Add test file
Nov 15, 2021
c7ec00e
Added prettier
JacobIm28 Nov 15, 2021
88149c9
Update index.js
JacobIm28 Nov 15, 2021
f62683d
trivial change
Nov 15, 2021
cd4e05a
Merge branch 'main' of github.com:RyanLin11/Good-Night-Out into main
Nov 15, 2021
cc132aa
Merge branch 'main' into Frontend
JacobIm28 Nov 15, 2021
325619e
Merge pull request #1 from RyanLin11/Frontend
JacobIm28 Nov 15, 2021
bd6057f
Making pages
JacobIm28 Nov 17, 2021
e117ff9
Cleaning up
JacobIm28 Nov 18, 2021
35f0cbd
add router to app
Nov 18, 2021
f672e38
Update App.js
JacobIm28 Nov 18, 2021
77720be
NavBar
JacobIm28 Nov 20, 2021
626eadc
NavBar update
JacobIm28 Nov 20, 2021
07a9e06
Login Page
JacobIm28 Nov 23, 2021
2029cc2
Merge branch 'main' into mongodb
wang-joseph Nov 25, 2021
216513c
Create settings.json
wang-joseph Nov 25, 2021
165cd33
Delete settings.json
wang-joseph Nov 25, 2021
b347f4d
Update .gitignore
wang-joseph Nov 25, 2021
bc5cecb
initializing everything
wang-joseph Nov 25, 2021
305035d
Set up server boilerplate
RyanLin11 Nov 25, 2021
a88d51e
Basic frontend react components
RyanLin11 Nov 26, 2021
5302c00
basic schema and connector ironed out
wang-joseph Nov 26, 2021
92c2b1d
all the functions we need
wang-joseph Nov 26, 2021
9d2954c
added better documentation
wang-joseph Nov 26, 2021
09c8b9e
Update schema.ts
wang-joseph Nov 26, 2021
7b0af15
Login
JacobIm28 Nov 26, 2021
16f8abb
Base of Events Page
JacobIm28 Nov 26, 2021
8424033
Added basic auth
RyanLin11 Nov 27, 2021
0f6b127
made mongodb connections work
wang-joseph Nov 30, 2021
4ea0e50
small fix with connections
wang-joseph Nov 30, 2021
2419547
schema update
wang-joseph Dec 3, 2021
2d4b308
updated some mongo funtions
wang-joseph Dec 3, 2021
240298f
Event Page
JacobIm28 Dec 3, 2021
82534ba
events completed
wang-joseph Dec 4, 2021
f1dfd6e
updated eventsdao.js
wang-joseph Dec 4, 2021
e7ca73e
finished user events
wang-joseph Dec 4, 2021
32b340c
compilation of user events + tweaked schema
wang-joseph Dec 4, 2021
c2253bf
small options fix
wang-joseph Dec 4, 2021
603ae88
compiled changes
wang-joseph Dec 4, 2021
b78da52
fixed user ObjectId issue
wang-joseph Dec 4, 2021
874a217
Add Event
JacobIm28 Dec 4, 2021
deb01c5
Last updates
JacobIm28 Dec 9, 2021
9c70f2c
Quick fixup, set up express
JacobIm28 Dec 28, 2021
8598609
Added database stuff
RyanLin11 Dec 29, 2021
da5a5de
Merge branch 'backend-stuff'
wang-joseph Dec 29, 2021
1ad3b48
clean-up non-used server
wang-joseph Dec 29, 2021
5708e7a
Fixed Navbar and Setup Routes
JacobIm28 Dec 30, 2021
be03109
Login and Profile Page
JacobIm28 Dec 30, 2021
754d29b
Adding Event Page
JacobIm28 Dec 30, 2021
6000675
Adding AddEvent functionality
JacobIm28 Dec 30, 2021
13e22d4
Setting up routers
JacobIm28 Dec 31, 2021
2a318bf
Revert "clean-up non-used server"
wang-joseph Dec 31, 2021
af6d6f5
Revert "Merge branch 'backend-stuff'"
wang-joseph Dec 31, 2021
2d01ce0
Quick styling edits
JacobIm28 Dec 31, 2021
4491d94
it actually runs now
wang-joseph Dec 31, 2021
f6a67ac
fixed mongodb interactions
wang-joseph Dec 31, 2021
f6c8a49
Merge branch 'backend-recovery'
wang-joseph Dec 31, 2021
641fc53
fixed routing
wang-joseph Dec 31, 2021
b058d6c
Fixed Node React connection
JacobIm28 Dec 31, 2021
d780cb4
Setting up auth
JacobIm28 Jan 1, 2022
43738bb
fixed some main stuff
wang-joseph Jan 1, 2022
d29e1b2
conn updated
wang-joseph Jan 1, 2022
a67b5cb
slight conn changes
wang-joseph Jan 1, 2022
b19748b
Merge branch 'main' into Frontend
JacobIm28 Jan 1, 2022
53ed3ea
merged with main
JacobIm28 Jan 1, 2022
d39159e
added schemas
wang-joseph Jan 2, 2022
d8590ed
removed unnecessary schema documents
wang-joseph Jan 2, 2022
2183128
Delete schema.ts
wang-joseph Jan 2, 2022
4e432a5
updating schema requirements
wang-joseph Jan 2, 2022
5b21e9f
fixed conn based on mongoose documentation recommendations
wang-joseph Jan 2, 2022
4e55ef0
converted to state-approved commonjs
wang-joseph Jan 2, 2022
2ad8174
configured files to properly work with mongoose
wang-joseph Jan 2, 2022
e16f9f9
Adding users work!!!!!!
wang-joseph Jan 2, 2022
680843e
updated user dao
wang-joseph Jan 3, 2022
f8a684e
updated events to mongoose standard
wang-joseph Jan 3, 2022
61fbf9c
Updating pages
JacobIm28 Jan 3, 2022
520d07a
Merge remote-tracking branch 'origin/mongoose-v2' into Frontend
JacobIm28 Jan 3, 2022
9ab4fe2
Connecting all current routes
JacobIm28 Jan 3, 2022
f125b5c
Style updates
JacobIm28 Jan 4, 2022
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
Prev Previous commit
Next Next commit
Update .gitignore
  • Loading branch information
wang-joseph committed Nov 10, 2021
commit 59a441cbd70059b2df79699aa223a82e9a47b9c9
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -116,3 +116,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

#vscode
.vscode/