Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredcodee/saasapp
a simple saas app built with django
https://github.com/fredcodee/saasapp
django javascript python saas todoapp
Last synced: 10 days ago
JSON representation
a simple saas app built with django
- Host: GitHub
- URL: https://github.com/fredcodee/saasapp
- Owner: fredcodee
- Created: 2022-05-31T10:47:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T03:17:10.000Z (over 2 years ago)
- Last Synced: 2023-03-05T17:29:12.142Z (over 1 year ago)
- Topics: django, javascript, python, saas, todoapp
- Language: Python
- Homepage: https://taskiofredcode.herokuapp.com/
- Size: 856 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is saasapp
- This a simple Todo app where user's can pay to subcribe to use all available features use## The purpose of this project
This CRUD app was built to implement stripe payment system to django, create, manage and upadate user's subscribtion
and to restrict certain features for specific users depending on their current subscribtion.### Tools:
- Django
- Stripe payment
- Python
- Javascript(frontend)
- SQLAlchemy
- html/css
- json### web app Preview
![alt text](https://github.com/fredcodee/saasapp/blob/main/webapp%20view/home.jpg)
![alt text](https://github.com/fredcodee/saasapp/blob/main/webapp%20view/login.jpg)
![alt text](https://github.com/fredcodee/saasapp/blob/main/webapp%20view/payment.jpg)
![alt text](https://github.com/fredcodee/saasapp/blob/main/webapp%20view/profile.jpg)