Skip to content

VayerMaking/rs-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-flask

flask site project for the subject rs (software development)

time tracker

the task

http://tp-elsys.com/tasks/4

How to use

use our installer - install.sh or prepare manually

change permissions of the file so it can be executed

sudo chmod +x ./install.sh

run the installer

./install.sh

change the default value of the secret_key in config.py

OR

create a virtual enviroment

python3 -m venv rs-flask

enter the newly created virtual enviroment

source rs-flask/bin/activate

install the requirements

pip install -r requirements.txt

create a folder for pictures

mkdir /static/uploads

start the server script

python main.py

navigate to http://127.0.0.1 to see the website

ToDo list

  • register page
  • login page
  • index page
  • add new post/ topic for logged users
  • password encryption
  • images in posts
  • limit post to 25
  • beautify design?

Authors

Martin Vayer - VayerMaking

Peter Damianov - petardmnv

Victor Dimitrov - Vic-Dim

About

flask site project for the subject rs (software development)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors