Skip to content

Project-security is a project made for Project-security 2023-2024. The project is a proof of concept solution developed to secure the data stored in the Kadaster database.

Notifications You must be signed in to change notification settings

HichamAl/Project-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kadaster

Getting Started

SSH

First upload your SSH key to gitlab if you haven't done it already.

Clone the repository and switch to the Kadaster branch

git clone [email protected]:almakrh/project-security.git Kadaster
cd Kadaster
git checkout Kadaster

Installation

Python Virtual Environment

First make a virtual environment in Python. Make sure that you have Python on your device before creating virtual environment.

python3 or python -m venv venv

Windows

In windows you can activate the virtual environment by running the active script while you are in the Kadasterdirectory.

venv\Scripts\activate

Install Packages

Install the packages with pip

pip install -r requirements.txt

Quick Start

If you followed the getting started section you can now run the app.

cd Project_security
python manage.py runserver

Support

Documentation Django website

DocumentationGitlab.

About

Project-security is a project made for Project-security 2023-2024. The project is a proof of concept solution developed to secure the data stored in the Kadaster database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages