Giter Club home page Giter Club logo

test-flask-project's Introduction

How to run test project

In order to run this test project, your development environment must be set up properly in order to run the site locally without errors. There are a few things you must install.

This setup assumes you are running the project in a Linux environment.

  1. Clone this repository.
$ git clone https://github.com/biancamacias/test-flask-project.git
  1. Follow the installation process outlined here.
$ cd test-flask-project
$ python3 -m venv venv
  1. Activate the virtual environment.
$ source venv/bin/activate
  1. Install all the necessary requirements.
$ pip install -r requirements.txt
  1. Assuming you have a GCP project, create an OAuth 2.0 Client ID (if you haven't already).

  2. Set the redirect URI to be http://127.0.0.1:5000/callback.

  3. Download the JSON file generated after creating the client ID and take note of the file path in the project. You can simply add it to the repository. Note: do not push this JSON file to any repository publicly. Keep client secrets a secret.

  4. Go through any TODO in app.py and set them accordingly, such as the path of the downloaded JSON file.

  5. Run the project. Click the generated local address Flask gives in the terminal where you can test it in your browser.

$ flask run

User Journey

  1. Login through index.html page, which redirects user to login with their Google/Gmail credentials. index

  2. Choose account. login

  3. View home.html and logout. home

test-flask-project's People

Contributors

biancamacias avatar

Watchers

 avatar

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.