flask site project for the subject rs (software development)
http://tp-elsys.com/tasks/4use our installer - install.sh or prepare manually
change permissions of the file so it can be executed
sudo chmod +x ./install.shrun the installer
./install.shchange the default value of the secret_key in config.py
create a virtual enviroment
python3 -m venv rs-flaskenter the newly created virtual enviroment
source rs-flask/bin/activateinstall the requirements
pip install -r requirements.txtcreate a folder for pictures
mkdir /static/uploadsstart the server script
python main.pynavigate to http://127.0.0.1 to see the website
- register page
- login page
- index page
- add new post/ topic for logged users
- password encryption
- images in posts
- limit post to 25
- beautify design?
Martin Vayer - VayerMaking
Peter Damianov - petardmnv
Victor Dimitrov - Vic-Dim