A simple rest API using FLASK framework implementing get-put-update-delete that
communicates with a video (youtube-like) database.
- Install dependencies ->pip3 install -r requirements.txt
- Run server ->python3 main.py
- Run test and modify it at your convenience ->python3 test.py