This project is a saas project mvp to launch public application in the cloud. This is the API based on Django rest-framework it will be reponsible to handle the business part. This API will simplify deployment of public application via API and IHM.
- Python
- Django Rest Framework
- Admin access
- Creation of access token
- Create product
- Create Product category
- Search product
- Product details
- List the latest products
- Create order (stripe)
- Deploy a product after payment validation
- Notify the customer (mail,phone,slack)
- Add a monitoring view option
- Deploy from a git repo
- Add google analytics
- Build a preset app catalog
- ADD a minimal pipeline
- add test for each views
- add environnment configuration
- add test or enforce authentication system
- ADD remote database instance