generated from Wes-Coburn/template-MERN-app
-
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.
server checks origin URL and sends 401 if invalid
- Loading branch information
1 parent
7ac28fe
commit 05fbf27
Showing
10 changed files
with
27 additions
and
106 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"titleDefault": "MERN", | ||
"descriptionDefault": "Template for a MERN app", | ||
"titleDefault": "Note Taker", | ||
"descriptionDefault": "A lightweight note taking app", | ||
"themeColor": "#3367D6" | ||
} |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
.App { | ||
min-height: 100vh; /** TESTING **/ | ||
min-height: 100vh; | ||
text-align: center; | ||
display: grid; | ||
grid-template: | ||
"top top top" | ||
"middle middle middle" | ||
"bottom bottom bottom"; | ||
'top top top' | ||
'middle middle middle' | ||
'bottom bottom bottom'; | ||
gap: 10px; | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
ATLAS_URI=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/ | ||
ATLAS_URI=mongodb+srv://<username>:<password>@sandbox.jadwj.mongodb.net/ | ||
CLIENT_HOST = localhost:5050 |
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