Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)