Skip to content

Andre-Williams22/Vivio

Repository files navigation

Vivio

Vivio is a dynamic web platform where users can preview and ultimately by movies. Vivio also educates users on new movies.

Author

*** Andre Williams

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

If you haven't already installed pip3 for Python3

sudo apt install python3-pip

Install flask and requests

pip3 install flask
pip3 install requests

Installing

  1. Clone the respository
git clone git@github.com:Andre-Williams22/Vivio.git
  1. Make sure in the correct directory

  2. Enter the development environment

export FLASK_ENV=development 
  1. Open your terminal and run flask
flask run

You should see something similar to the output below:

* Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
* Debug mode: off
* Running on (Your Localhost IP) (Press CTRL+C to quit)

Built With

  • Flask - Lightweight web application framework
  • Jinja - Template engine for python
  • Twilio API - Used Twilio's API for text messaging
  • Stripe API - Used Stripes API for payments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published