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

https://github.com/ricardorobledo/calling-art-backend

This is an easy API about an app like pinterest to manage users and images
https://github.com/ricardorobledo/calling-art-backend

api django django-cors-headers django-filter django-rest-framework djangorestframework-simplejwt heroku learn postman python-decouple python3 rest-api yasg-drf

Last synced: 3 months ago
JSON representation

This is an easy API about an app like pinterest to manage users and images

Awesome Lists containing this project

README

        

# Calling art backend

This is an easy API about an app like pinterest to manage users and images.


You can watch the frontend here: [calling-art-frontend](https://github.com/KGHerrera/calling-art-frontend).


|||
| --- | --- |


## Made up with 🛠️

| *Technology* | *Description* |
| --- | --- |
| Python(https://www.python.org/) | Programming language |
| Django(https://www.djangoproject.com/) | Framework to make web applications up |
| djangorestframework(https://www.django-rest-framework.org/) | Toolkit to make web apis up |
| djangorestframework-simplejwt(https://django-rest-framework-simplejwt.readthedocs.io/en/latest/index.html/) | Plugin for django rest framework to use JSON web tokens |
| django-filter(https://django-filter.readthedocs.io/en/stable/) | Reusable Django application that allow us to filter down a queryset based on a model's fields |
| django-cors-headers(https://pypi.org/project/django-cors-headers/) | Django App that adds Cross-Origin Resource Sharing (CORS) headers to responses |
| python-decouple(https://pypi.org/project/python-decouple/) | Library to manipulate envvars |
| pyscopg2(https://pypi.org/project/psycopg2/) | Connector to use a postgre database |
| dj-database-url(https://pypi.org/project/dj-database-url/) | Library that return us a database connection using a envvar |
| drf_yasg(https://drf-yasg.readthedocs.io/en/stable/) | Library to document our app automatically in swagger |
| gunicorn(https://pypi.org/project/gunicorn/) | WSGI HTTP Server for UNIX |
| whitenoise(https://pypi.org/project/whitenoise/) | Library that allows us serve static files in our your web app |
| django-heroku(https://pypi.org/project/django-heroku/) | Library that ensures a seamless deployment and development experience |
| Heroku(https://www.heroku.com/) | Platform as a service (PaaS) to host |


## Author ✒️

- Ricardo Robledo - [RicardoRobledo](https://github.com/RicardoRobledo)


## Video
- [Link](https://youtu.be/UYQ41Tr4bCc?feature=shared)


## Deployment in Heroku :smile:

[Click here](https://callingartbackend.herokuapp.com/swagger/) - Calling Art Backend