https://github.com/asis2016/easy-password-manager
This project was developed for the article titled "Learn Django over the weekend".
https://github.com/asis2016/easy-password-manager
Last synced: 4 months ago
JSON representation
This project was developed for the article titled "Learn Django over the weekend".
- Host: GitHub
- URL: https://github.com/asis2016/easy-password-manager
- Owner: asis2016
- License: mit
- Created: 2023-12-25T10:25:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T15:39:53.000Z (over 2 years ago)
- Last Synced: 2025-06-01T18:40:54.100Z (about 1 year ago)
- Language: HTML
- Homepage: https://asis2016.github.io/easy-password-manager/login.html
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Easy Password Manager
This project was developed for the article titled ["Learn Django over the weekend"](https://amaharjan.de/learn-django-over-the-weekend/).
## Demo
Check out the project's design and layout (mockup) [here](https://asis2016.github.io/easy-password-manager/login.html).
## Tech Stack
- Django
- Python
- HTML/CSS, Bootstrap 5, and JavaScript
## Installation
To install this project, follow these instructions:
```bash
$ mkdir easy-password manager
$ cd easy-password manager
$ git clone https://github.com/asis2016/easy-password-manager.git .
$ python3 -m venv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
```
## Run server
Start the development server with the following command:
```bash
(venv) $ python3 manage.py runserver
```
Now, browse http://127.0.0.1:8000/, with the following credential
```
username: admin
password: password
```
## Feedback
For any feedback, please reach out to hello@amaharjan.de
## Contributing
Contributions are always welcome! Please contact hello@amaharjan.de
## License
[MIT](./LICENSE)