Skip to content

Online Video Rental System developed in Flask 2.1 and Python 3.7!

Notifications You must be signed in to change notification settings

rohit-ranjan-tfj/VRS

Repository files navigation

Welcome to Video Rental System!

The VRS was implemented as a course project under Prof. Abir Das and Prof. Sourangshu Bhattacharya for CS29202 SOFTWARE ENGINEERING LABORATORY in Spring '22. Check out our presentation!

Run Instructions

$ sudo systemctl start elasticsearch.service
$ flask db migrate
$ flask db upgrade
$ flask run

Install and Setup Instructions

ElasticSearch Setup Instructions

$ pip install -r requirements.txt

Known issues with Elastic Search API

The API defaults to read-only mode for its index when disk space is low. Use the below commands to change the default behaviour. Refer here for details

curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_cluster/settings -d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'

About

Online Video Rental System developed in Flask 2.1 and Python 3.7!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages