https://github.com/sabrinara/libralink-mvt
A Library Management website, Where user can purchase their desire books
https://github.com/sabrinara/libralink-mvt
django-mvt python
Last synced: about 1 month ago
JSON representation
A Library Management website, Where user can purchase their desire books
- Host: GitHub
- URL: https://github.com/sabrinara/libralink-mvt
- Owner: sabrinara
- Created: 2024-01-16T17:59:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:07:11.000Z (9 months ago)
- Last Synced: 2024-09-17T01:35:13.879Z (9 months ago)
- Topics: django-mvt, python
- Language: HTML
- Homepage: https://library-management-system-2z2w.onrender.com/
- Size: 31.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibraLink
## A Django MVT Pattern Library Management Web Application.
### Website Live: https://library-management-system-2z2w.onrender.com/
#### 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
```bash
SECRET_KEY=use your own secret key from settings.py
EMAIL=your email
EMAIL_PASS=set password as you want
```
- Start the server
```bash
py manage.py runserver
```
- setup requirement.txt
```bash
pip install -r requirements. txt
```
- For migrations
```bash
py manage.py makemigrations
```
```bash
py manage.py migrate
```