This project was developed in order to create a backend for the coffee shop application. The application is designed to improve the work and interaction between customers and the institution itself ## Getting to work
To create this project I used Python, Django, DRF, PostgresSQL
Well, at the beginning you need to clone my repositories and insert it in "Version Control" in Pycharm, then you need to create venv "python -m venv venv", then install all requirements "pip install -r requirements.txt", then you need to make migrations
python manage.py makemigrations
python manage.py migrate
And after all the guides you need to create superuser
python manage.py createsuperuser
and after creating, you just need to start the project
python manage.py runserver
- [ Python ] - is an interpreted high-level general-purpose programming language.
- [ Postman ] - is an application used for API testing.
- [ Django ] - is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
- [ DjangoRestFrameWork ] - Django REST framework is a powerful and flexible toolkit for building Web APIs.
- [ PostgresSQL ] - PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
- [ Cloudinary ] - MEDIA EXPERIENCE CLOUD The Most Powerful Image and Video APIs
- [ Google Cloud Deploy ] - Google Cloud Deploy provides easy one-step promotion and rollback of releases via the web console, CLI, or API. Built-in metrics enable insight into deployment frequency and success.