Skip to content

Commit eeb59e8

Browse files
authored
Update README.md
1 parent 8b33615 commit eeb59e8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,26 @@ Opinionated project architecture for Full-Stack JavaScript Applications. _(work
88
## About
99
Using JavaScript for full-stack has always been a challenge especially with architecting various pieces of the application, choosing technologies and managing devOps. This project provides a base for typical project consisting a Landing Website, Web and Mobile Applications, API service and easy deployment of various services. This project uses a microservice architecture where all individual project runs as a service (container).
1010

11+
A typical SaaS product usually consists of following services:
12+
- Landing page
13+
- Used for introducing your business to customers
14+
- Provide links to download the mobile application
15+
- Provide link to access web application
16+
- Contact page
17+
- Privacy policy page
18+
- Terms of use page
19+
- SEO friendly (should support server side rendering)
20+
21+
- Web Application
22+
- Your actual application for your customers to use
23+
- Desktop browser
24+
- Tablet and mobile browser via responsive design
25+
26+
- Mobile Application
27+
- Your actual application for your customers to use
28+
- Android (Mobile/Tablet)
29+
- iOS (Mobile/Tablet)
30+
1131

1232
## Core Structure
1333
fsja

0 commit comments

Comments
 (0)