This project uses Django to build a fullstack application to add customer and all the CRUD operations. Also you can login, logout, register a new user.
pip install -r requirements.txtpython manage.py makemigrationspython manage.py migratepython manage.py runserverpython manage.py createsuperuser- Access on browser: http://localhost:8080
- Login using super user created at step 5