zswanson92 / Coffee-App

take home challenge from aA. Done in 2 days from scratch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a simple app that can create new instances of coffee including the date of their creation and the caffeine content as well as posts regarding specific types of coffee where you can rate them and share your thoughts on them.

Getting Coffee App started

  1. Clone this repository and open the file.

  2. Install dependencies

    pipenv install alembic, flask, sqlalchemy, python-dotenv, flask-sqlalchemy, flask-wtf, wtforms, flask-migrate
  3. Create a .env file based on the example with proper settings for your development environment

  4. Make sure the SQLite3 database connection URL is in the .env file

  5. Get into your pipenv, migrate your database, seed your database, and run your Flask app

    pipenv shell
    flask db upgrade
    flask run
  6. To run the React App in development, checkout the README inside the react-app directory.

About

take home challenge from aA. Done in 2 days from scratch.


Languages

Language:JavaScript 54.3%Language:Python 30.9%Language:CSS 11.7%Language:Mako 1.3%Language:HTML 1.2%Language:Shell 0.6%