Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 612 Bytes

File metadata and controls

20 lines (16 loc) · 612 Bytes

Smart.pr

This project usases a mongodb database

The project settings are configured to use the default admin database without credentials Change this approperiately if needed

A secrect key also needs to be added before usage

create a .env file in the main directory

Add the following line

SECRET_KEY=;t]MvF?g@DFwV22%awc;-)^MD&x%%F)7avIUYI.-cr`_NF{@i<0pQ={'*gOc9Uw

The above key is an example and should be changed before usage

To Run this project:

create a python enviroment

python3 -m venv env

install requirements

pip install -r requirements.txt

run flask instance

flask run