saas icon indicating copy to clipboard operation
saas copied to clipboard

Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.

Results 18 saas issues
Sort by recently updated
recently updated
newest added

Ran into an issue with the fetching of user-name because the API documentation references the APP_URL in the environment file but couldn't find a .env file in /3-being/app const response...

- [x] codebase - last chapter: functional page components - [x] book content - last chapter: functional page components --- add to content: ``` curl -o- -L https://yarnpkg.com/install.sh | bash...

- Assigned: Issue is assigned to at least one person. - Uphill: Issue is being actively discussed, implementation has not started. - Peak: Discussion is complete and Issue is ready...

Peak - Async

Move changes to `book/10-end`, decided against creating Chapter 11: - [x] retire inefficient `generateNumberSlug` and `generateSlug` - either use `_id` as `slug` or generate unique values with `Math.random` (Chapter 11,...

Ready to test - Async

book/* changes: https://github.com/async-labs/saas/commit/d859a19086dc55cd7f3e5b743fd4ed8cb3e24e45 - [x] (done in book codebase/content) `saas/app` and `saas/api`: use `nodemon` and `ts-node` instead of `ts-node-dev` (update Chapter 3) - [x] (done in book codebase/content) `saas/app`: use...

Ready to test - Async

- update in the book (done) ``` domain: dev ? 'localhost' : process.env.COOKIE_DOMAIN, ``` - #135 (saas demo) (done) - #136 (README as well) (done) - move line `this.setState({ content:...

Ready to test - Async

For our Nov / Dec 2023 update, we will upgrade all packages in our `SaaS Boilerplate` book. We will also use functional components and the latest version of Material UI...

I was receiving an error 400 when attempting to upload a file to the s3 bucket. After researching, the error message indicated "this bucket does not accept acls". To enable...

This file is invalid JSON because of a trailing comma.

Hi, I noticed the textHelper props from MemberChooser wasn't passed to its TextField child so it wasn't displayed, so I added it :)