This website requires JavaScript.
Explore
Help
Sign In
profitra
/
api
Watch
1
Star
0
Fork
0
You've already forked api
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
https://api.profitra.id
17
Commits
1
Branch
0
Tags
92
KiB
Python
100%
579f8a3f21
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Yoga Pangestu
579f8a3f21
Add API documentation for Google authentication endpoint
2026-07-22 16:50:20 +07:00
app
Add Google login functionality and update requirements
2026-07-22 16:50:11 +07:00
docs
Add API documentation for Google authentication endpoint
2026-07-22 16:50:20 +07:00
tests
Implement subscription, tenant, and user services with CRUD operations and associated tests
2026-07-17 23:36:31 +07:00
.gitignore
Enhance DBML schema by adding relationships and constraints for users, tenants, and subscriptions
2026-07-14 15:54:26 +07:00
API_DOCUMENTATION.md
Add API documentation for Google authentication endpoint
2026-07-22 16:50:20 +07:00
DBML.md
Update user status default to INACTIVE, add email verification check in login, and set email_verified_at for admin user in seeder
2026-07-19 23:57:43 +07:00
main.py
Add response utility functions and HTTP exception handler to improve API responses
2026-07-17 22:11:25 +07:00
requirements.txt
Add Google login functionality and update requirements
2026-07-22 16:50:11 +07:00
REST_API_RESPONSE_FORMAT.md
Add REST API response format documentation based on best practices
2026-07-17 22:10:48 +07:00
seed.py
Add factories and seeders for business types, plans, subscriptions, tenants, and users
2026-07-17 23:15:05 +07:00