Skip to content

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

Notifications You must be signed in to change notification settings

sherinann/Weavedin-Library-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published