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.
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
You need to create an .env file with your environment variable:
SECRET_KEY="your_sercret_key"
DATABASE="path_database"
SENTRY="url_sentry"