https://github.com/king-11/images_backend
Authorization and Image Storage Backend
https://github.com/king-11/images_backend
django django-rest-framework rest-api
Last synced: about 2 months ago
JSON representation
Authorization and Image Storage Backend
- Host: GitHub
- URL: https://github.com/king-11/images_backend
- Owner: king-11
- License: mit
- Created: 2020-06-30T06:45:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:39:48.000Z (over 3 years ago)
- Last Synced: 2025-01-23T21:51:25.238Z (over 1 year ago)
- Topics: django, django-rest-framework, rest-api
- Language: Python
- Homepage: https://wallpaper-apiv1.herokuapp.com/
- Size: 278 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Images_backend
- Authorization and Image Storage Backend
- Swagger UI Deployed at https://wallpaper-apiv1.herokuapp.com/
- Redoc docs for reference are at https://wallpaper-apiv1.herokuapp.com/docs/
[](https://github.com/king-11/Images_backend/issues)
[](https://github.com/king-11/Images_backend/blob/master/LICENSE)






### About
This project allows artist from various fields to store their work securely as well as provide people with good material as the content is verified before its displayed to users by admin. Basic rest framework token authentication is enabled with frontend built using NuxtJS for optimized seo performance available at [Link](pictorial.netlify.app) . It will enable anyone to see the content download it appreciate the owner by visiting their instagram handles and reading about them. As well a Teams page to showcase the team members.
### Packages used:
- [Django](https://pypi.org/project/Django/)
- [Django RestFramework](https://www.django-rest-framework.org/)
- [Django Heroku](https://pypi.org/project/django-heroku/)
- [Gunicorn](https://pypi.org/project/gunicorn/)
- [DRF Yasg](https://pypi.org/project/drf-yasg/)
- [WhiteNoise](https://pypi.org/project/whitenoise/)
- [Django Cors Header](https://pypi.org/project/django-cors-headers/)
### To deploy api locally follow below procedure :
- Install pipenv in your os `pip3 install pipenv`
- Go to the main folder and run `pipenv shell`
- perform migrations `python3 manage.py makemigrations`
- perform migrate `python3 manage.py migrate`
- run server `python3 manage.py runserver`
