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

https://github.com/benie254/delivered-api

Back-end logic for a products delivery system
https://github.com/benie254/delivered-api

api authentication custom-authentication django django-rest-framework postgresql postgresql-database python sendgrid sql twilio twilio-sms

Last synced: about 2 months ago
JSON representation

Back-end logic for a products delivery system

Awesome Lists containing this project

README

          

# Delivered-API
Back-end logic for a milk delivery system

# Delivered-API
#### API development for a milk delivery system, generated with [Django](https://www.djangoproject.com/) version 4.2.2
## Author
[Benson Langat](https://github.com/benie254)

## Description
This project contains development of the application's back-end. Key features include database & API development, custom authentication, integration with an email service, and an SMS service. It handles all requests made from the application's [front-end](https://github.com/benie254/Delivered).

## Live Page: [Delivered-API](https://delivered-api-production.up.railway.app/)
### Quick links
* [API](https://delivered-api-production.up.railway.app/openapi/)
* [Docs](https://delivered-api-production.up.railway.app/docs/)

## Technologies Used

### Back-end development
* [Python](https://www.python.org/) ([Django](https://www.djangoproject.com/))- database, authentication, API, email service.
* CSS & [Bootstrap](https://getbootstrap.com/)- API documentation styling.
* [Railway](https://railway.app/)- deployment & hosting
* [Swagger UI](https://swagger.io/)- API documentation.

#### Packages
* [Django Cors Headers](https://pypi.org/project/django-cors-headers/)- CORS origin configurations.
* [Django Registration](https://django-registration.readthedocs.io/)- authentication logic.
* [Django Rest Framework](https://www.django-rest-framework.org/) & [Knox](https://github.com/James1345/django-rest-knox)- token authentication.
* [Sendgrid](http://sendgrid.com/)- email service API.
* [Twilio](https://www.twilio.com/)- SMS service API.
### Front-end development
* [Click here for Front-end logic](https://github.com/benie254/Delivered)

## Known Bugs

No known bugs. Please report any issues or bugs!

## Support and contact details

You can reach me through [mail](mailto:davinci.monalissa@gmail.com) or [LinkedIn](https://www.linkedin.com/in/benson-langat-fullstack-developer)

## License

Copyright (c) 2023 **[Benson Langat](https://github.com/benie254)**

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.*

Copyright (c) 2023 **[Benson Langat](https://github.com/benie254)**

[Django](https://www.djangoproject.com/) version 4.2.2