/Weavedin-Library-WebApp

A web application for a library system using python django and materialize css.

Primary LanguagePython

Weavedin-Library-WebApp

A web application for a library system using django and materialize css

Find the hosted sample.

frameworks used:

  • django
  • Materialize css

database used:

  • mysql

to run:

  1. clone the repository git clone https://github.com/sherinann/Weavedin-Library-WebApp

  2. install dependencies

  • django

    pip install django

  • sql client

      pip install mysqlclient

  1. add database credentials to settings.py

  2. create superuser

    `python manage.py createsuperuser`
    
  3. make migrations and migrate

    python manage.py makemigrations

    python manage.py migrate

  4. run the server

    python manage.py runserver

  5. go to: http://127.0.0.1:8000