Git Product home page Git Product logo

watchlistv2's Introduction

Watchlist v2

Project description

This is an update of my previous watchlist project. It allows users to find movies and write reviews for those movies.

NB Please note the project is still in development

Set-up instructions

  1. You will need to have Python3.6 installed in your machine together with venv and pip.
  2. Set up the virtual environment and activate it
$ python3.6 -m venv virtual
$ source virtual/bin/activate
  1. Install all the necessary modules
$ pip install -r requirements.txt
  1. Get an API key from TMDB

  2. Create an Instance folder at your project root.

$ mkdir instance
  1. Create a config.py file inside the instance folder
$ touch instance/config.py
  1. Paste in the API key inside the new config.py file
  MOVIE_API_KEY='Your API KEY HERE'
  1. Run the application
$ python3.6 run.py

Branches

Each branch tackles a specific part in the application development

  1. Master: The primary branch with all the content.
  2. 01-Templates: Introduction to templates and template variables.
  3. 02-Dynamic-routes : Creating a dynamic view function.
  4. 03-Configurations: Set up the projects configuration file.
  5. 04-Control-Flows: Added control flows in our template files.
  6. 05-Storing-API-Keys: Store API key in instance folder
  7. 06-Movie Model: Movie model and test class
  8. 07-API-call: Make API call
  9. 08-For-Loops-Macros:Looping through items using Macros
  10. 09-Base-Template: Add base template and extend to template files
  11. 10-Adding-Bootstrap: Added Bootstrap extension and structured the page
  12. 11.Adding-CSS : Added css file and styled the page
  13. 12-Movie-Page: Add a movie page to display details on a single movie.

License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.