Skip to content

CSO 205 Project - A simple to use Library Management Web Application

Notifications You must be signed in to change notification settings

0xkn1gh7/LibMS-ITW2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 205 Project

A library management system

Important

Made by Yuval Goyal (22075097) and Arnav Kumar Sinha (22075013)

Group No: 35


Quickstart:

Firstly set up mysql server with user root and password = password.

Also add a database named libdb to the said server.

$ python3 -m venv project_venv
$ source ./project_venv/bin/activate

$ sudo apt-get install python3-dev default-libmysqlclient-dev build-essential

$ pip install -r requirements.txt

$ mkdir library_management_system
$ cd library_management_system

$ django-admin startproject libms .
$ python3 manage.py startapp main

Note

NOTE: You will need to set up the genres table and the transaction_types table in the database, either through the admin panel, or directly in the mysql server

About

CSO 205 Project - A simple to use Library Management Web Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published