blob: e2b398338468b0d6727102386671c944f10de523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
# SaaS-in-a-Flask
In the wise words of @alectrocute:
> I've noticed SaaS bootstraps/boilerplates being sold upwards of $1,000 per year and I think that's fucking ridiculous.
## Development
### Generating requirements.txt for GitHub Actions
`pipenv lock --dev -r > requirements.txt`
## Features
- [x] Landing Page
- [ ] Database Management
- Authentication
- [x] Sign Up
- [x] Sign In
- [ ] OAuth2
- [ ] LDAP
- [ ] Forgot Password
- [ ] Confirm Email
- [x] Password Hashing
- [x] Form Handling
- [x] Dashboard
- [x] GitHub Workflows
- [ ] Admin Pages
- [ ] Role Support
- [ ] Team Management
- Error Handling
- [ ] Sentry Support
- [ ] Error Code Handling
- [ ] Custom Exceptions
- [x] 404,500,401 e.t.c
- [ ] Async AJAX Calls
- [ ] Tests
- [ ] Delayed Jobs
- [ ] Logging
- [ ] FastAPI Support
- Billing Handling
- [ ] Stripe
- [ ] GDPR Compliance / Data Export
- [ ] Docker Images
|