An open API service indexing awesome lists of open source software.

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".

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)