Skip to content

eduardo239/app-python-code-vault-prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Vault

A secure code storage application.

Getting Started

  1. Clone the repository
  2. Creating a virtual environment
    2.1 python -m venv venv
    2.2 Or python3 -m venv venv
  3. Using a virtual environment
    3.1 Linux: source .venv/bin/activate
    3.2 Windows: .venv\Scripts\activate
  4. Run the application
    4.1 python main.py
  5. Install requirements
    5.1 pip install -r requirements.txt
  6. Deactivate
    5.1 deactivate

Contributing

Please make sure not to commit any sensitive files listed in .gitignore.

Running Tests

To run the tests, follow these steps:

  1. Ensure you're in the project root directory and your virtual environment is activated.
  2. Run the following command:
python -m unittest discover tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages