You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
androiddrew ad25ca2bf9 | 7 years ago | |
---|---|---|
cookie_api | 7 years ago | |
migrations | 7 years ago | |
tests | 7 years ago | |
.gitignore | 7 years ago | |
MANIFEST.in | 7 years ago | |
README.md | 7 years ago | |
alembic.ini | 7 years ago | |
requirements.txt | 7 years ago | |
setup.py | 7 years ago | |
wsgi.py | 7 years ago |
README.md
Cookie API
The Cookie API serves as a simple experimentation application for testing concepts in the APIStar platform. It is intended to help drive the design of the APIStar framework, uncover new design patterns, and apply best practices in application development.
Features include:
- CRUD Interface for a simple domain problem
- JWT Authentication
- Custom JSON responses
- Automated Testing
- Logging
Features not yet implemented:
- Template rendering for a Vuejs SPA client (not yet implemented)
- Email Confirmation
- Password Reset
- Authorization model for user
- Rate Limiting
- Automated deployment
- JSON API Responses
- Multipart file uploads
- Server Side Rendering of Vuejs Client
- Async Task Workers
- Error monitoring through Sentry
Testing
pip install -e .[testing]
pytest