A simple backend app for inventory management system. User can Add, Remove, Update and View products
Getting Started You can start this app by activating the virtual environment located in venv of the main project directory and running following command in the terminal: python manage.py runserver Details The app is created with django and django rest-framework and it is designed for learning purpose only. It has all Create, Read, Update and Delete operations which arerequired in all big applications. It covers following concepts: Django Django RestFramework Authentication PostGreSQl integration Models and Views Permissions and Authorization The […]
Read more