Skip to content

Commit 5c32213

Browse files
committed
User and notes module init, Landing page
1 parent 4dd5df2 commit 5c32213

File tree

145 files changed

+29514
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+29514
-89
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,18 @@ Opinionated project architecture for Full-Stack JavaScript Applications. _(work
3939
│ ├── app
4040
│ │ ├── mobile
4141
│ │ │ > React Native
42-
│ │ │ > iOS
43-
│ │ │ > Android
42+
│ │ │ > iOS (Apple App Store)
43+
│ │ │ > Android (Google Play Store)
4444
│ │ │
4545
│ │ └── web
4646
│ │ > React
47+
│ │ > Single page application
4748
│ │ > PORT 5000
4849
│ │ > app.example.com
4950
│ │
5051
│ └── landing
51-
│ > Static HTML
52+
│ > React
53+
│ > Server side rendered
5254
│ > PORT 3000
5355
│ > example.com
5456

backend/api/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SECURITY_SALT_ROUNDS=10
66

77
MONGO_URL=mongodb://localhost:27017/example
88

9-
WEB_URL=http://localhost:3000
9+
WEB_URL=http://localhost:5000
1010
API_URL=http://localhost:8000
1111

1212
EMAIL_ON=0

0 commit comments

Comments
 (0)