Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.
/ the-movium Public archive

THE MOVIUM is a python web app made using python3.6 and Flask framework. The app sources data from TMDB API and displays movie information to the user. A user must have an account in the app to review a movie. Feel free to clone the project

Notifications You must be signed in to change notification settings

cwilvx/the-movium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE MOVIUM

THE MOVIUM is a python web app made using python3.6 and Flask framework. The app sources data from TMDB API and displays movie information to the user. A user must have an account in the app to review a movie. Feel free to clone the project

Installation

  • Clone Project
  • Navigate to the root folder of the app
  • Activate a virtual environment
  • Install all the dependencies needed.
  • connect your database. Read this
  • make executebe 'start.sh' and inside put the following lines:
export MOVIE_API_KEY=<your_movie_api_key>
export SECRET_KEY=<your_desired_secret_key>
python3.6 manage.py server
  • make the file executable.
  • Access the live site at 127.0.0.1:5000 or the specified adress
  • Or access the live site here
$ git clone git@github.com:geoffrey45/Movium.git
$ cd Movium
$ . virtual/bin/activate
$ pip install -r requirements.txt
$ chmod a+x start.sh
$ ./start.sh

Known Bugs

  • No bugs

Tools Used

Support and contact details

geoffreymungai45@gmail.com

License

MIT free software!

About

THE MOVIUM is a python web app made using python3.6 and Flask framework. The app sources data from TMDB API and displays movie information to the user. A user must have an account in the app to review a movie. Feel free to clone the project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published