Skip to content

Software EpicEvent (gestionnaire clients-contrats): Développez une architecture back-end sécurisée avec Python et SQL

Notifications You must be signed in to change notification settings

coyote95/projet_12_oc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet 12 OpenClassrooms: Develop a secure back-end architecture with Python and SQL

Creation of a Python application "Epic Events" to manage contracts and events for clients. The application uses a relational database secured by authentication and authorization management. Error logging is also ensured by Sentry.

Installation with pip

Install project with powershell windows:

    git clone https://github.com/coyote95/projet_12_oc.git
    cd projet_12_oc
    python -m venv ENV
    source ENV/Scripts/activate
    pip install -r requirements.txt

Configuration file

You need to create an .env file with your environment variable:

SECRET_KEY="your_sercret_key"
DATABASE="path_database"
SENTRY="url_sentry"

About

Software EpicEvent (gestionnaire clients-contrats): Développez une architecture back-end sécurisée avec Python et SQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages