Skip to content

This is my small pet project to learn more about Django and development. I making a password storage web application.

Notifications You must be signed in to change notification settings

daniil-lebedev/Password_Web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

What is it?👽

🔐 This is a Django web-based password app🔐

What do you need before using it?🥧

  1. You have Python 3.8 or higher installed. If not please install it here.

  2. You will need to install a virtual environment in order to keep your working machine clean and organised:

pip install virtualenv
  1. After installing you will need to create it by simply typing this:
virtualenv env
  1. To activate simply type:
cd env

And then type:

./Scripts/activate
  1. Now you can go ahead and install all the packages used in the project:
pip install -r requirements.txt 

🎆And now you should be all good to go!🎆

Usage⚙️

  1. Start off by going into the directory with manage.py file:
cd \Password_Web_App\passwordgeneratorproject
  1. Run the app:
python manage.py runserver
  1. Open it in your browser using localhost

Contributing🔧

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thx for the template🙏

The template to this Readme.md can be fond here.

About

This is my small pet project to learn more about Django and development. I making a password storage web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published