GithubHelp home page GithubHelp logo

saas-starter-kit / saas-starter-kit-pro Goto Github PK

View Code? Open in Web Editor NEW
593.0 12.0 139.0 8.84 MB

A boilerplate for building Software-as-Service (SAAS) apps with Reactjs, and Nodejs

Home Page: https://www.saasstarterkit.com/

License: MIT License

JavaScript 21.77% CSS 0.02% TypeScript 0.96% Dockerfile 0.01% Handlebars 4.98% Jupyter Notebook 21.28% Python 0.03% HTML 50.96%
aws react nodejs saas-boilerplate saas stripe nextjs reactjs styled-components boilerplate

saas-starter-kit-pro's Introduction

saas-starter-kit-pro's People

Contributors

gj315 avatar ioannaxen avatar iqbal125 avatar jiangsi avatar skyyap avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

saas-starter-kit-pro's Issues

HOW TO FIX ISSUE WITH SERVER CONNECTING TO POSTGRE (ERRCONREFUSED)

Rather than setting the DB host to 127.0.01/0.0.0.0/localhost, you should set it to the name of the docker container (so rg_db) since Docker uses container names rather than IP addresses.

I spent so long trying to fix this issue and finally found this StackOverflow post to help me.
More likely than not, nobody will see this or need help with it since this project is now abandoned. I made this post anyway for the small chance that there are still some people using it because nobody should have to face the insanity that I had to face when trying to fix this evil bug.

I'll post anymore issues I encounter with this old codebase and post fixes here given that the author doesn't seem to be updating it or accepting pull requests that attempt to make fixes.

Best of luck coders. โšก

Pro Version

Hello, where can I purchase the pro version like in the demo?

5 depreciated packages including request, har0validator, urix and etc.

I tried npm install and found these:

npm WARN deprecated [email protected]: request-promise-native has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142

I think we should remove these dependencies and change to alternate packages.

Missing Licence

This looks like a potentially useful template, but unfortunately it is still not released as a public source code. Please select a licence that will make this project usable to others.

TypeError: Cannot read property 'useState' of null

I had follow the saas doc step and run up the client and server, but when I access the web page by the url http://localhost:3000, I got error as below:
Server Error
TypeError: Cannot read property 'useState' of null
12 | try {
13 | ctx.renderPage = () =>
14 | originalRenderPage({
| ^
15 | enhanceApp: (App) => (props) => sheet.collectStyles(<App {...props} />)
16 | });
17 |
I can't figure it out and hoping for help, thanks.

JWT token decode failed

JWT token decode failed appeared during login and fail to login.

src/screens/Auth/helpers.js:128 is having JWT token decode failed. I check back and found out it is because the src/screens/Auth/helpers.js:122 token is not working.

The token in src/screens/Auth/helpers.js:86 doesn't bring an jwt token. Anyone knows how to solve this?

let token = await firebase
    .auth()
    .currentUser.getIdToken()
    .catch((err) => {
      fetchFailure(err);
    }); 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.