Git Product home page Git Product logo

python-command-line-project's Introduction

Vim Flash Cards

Welcome to Vim Flashcards. The command line app specializing in memorizing Vim stuff.

Dependencies

To use this app you will need to have the following dependencies installed

  • python3
  • pipenv
  • postgresql

Setup

There is a bit of setup involved in order to run the app as it depends on a postgres database and a pipenv virtual environment

  • Fork and clone down this repository, then navigate to the home directory

  • Once you have installed postgres enter the following command into your terminal shell

createdb flashcards
  • Alternatively enter the following command while in postgres
CREATE DATABASE flashcards;
  • This will set up the flashcards database

  • After this step, run the following commands from the command line

$ psql -d flashcards < schema.sql
$ psql -d flashcards < seed.sql
  • This will seed the database with a flashcards table

  • Finally, set up the virtual environment by running the following command

pipenv shell

Usage

Once everything is set up, run the following command to run the app

python3 app.py

You will be greeted with a message welcoming you to the Vim Flashcards App and you can proceed from there

python-command-line-project's People

Contributors

dmpellegrini 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.