Skip to content

A grocery management system to manage database and generate bills using DJANGO framework

Notifications You must be signed in to change notification settings

priyankacheruku/grms

Repository files navigation

Bill generation grms

This is a website built using DJANGO framework for bill generation of groceries

Who can access?

-ADMIN(superuser)
-USER(one who need to register ONSITE)

ADMIN can "http://127.0.0.1:8000/admin/" use to access the interface.
User can "http://127.0.0.1:8000/" use to access the interface.

INSTALLATIONSOFTWARE REQUIREMENTS:

Virtual environment with

  -DJANGO 2.0+ 
  -PYTHON 3.0+
  -MYSQL(mysqlclient,mysqlserver)

COMMANDS REQUIRED before execution

-for database
    $python manage.py makemigrations
    $python manage.py migrate
-for staticfiles
    $python manage.py collectstatic
-for mail
   change examplemail and password

About

A grocery management system to manage database and generate bills using DJANGO framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published