Skip to content

sabrinara/LibraLink-MVT

Repository files navigation

LibraLink

A Django MVT Pattern Library Management Web Application.

Admin Credential :

  • Username: sara
  • Password: 123

Features-

  • User registration and login using email.
  • After registration, an activation email will be sent to the user.
  • Users can give a deposit, and they will receive an email after that.
  • To borrow a book user needs to pay.
  • After payment user will receive an email also.
  • Admin can make users, admin.

Resources & Credits

Getting Started

To run LibraLink locally, follow these steps:

  • Clone the repository to your local machine.
  • Install dependencies
  • setup env file
  SECRET_KEY=use your own secret key from settings.py
  EMAIL=your email
  EMAIL_PASS=set password as you want
  • Start the server
   py manage.py runserver
  • setup requirement.txt
  pip install -r requirements. txt
  • For migrations
  py manage.py makemigrations
  py manage.py migrate

About

A Library Management website, Where user can purchase their desire books

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published