Skip to content

k-rewd/noms

Repository files navigation

noms



I grace you with, noms, a cocktail recipe site inspired by Cooking.NYTimes

Live Site: noms


Wiki Links:



Technologies:

Languages:

Python JavaScript CSS3 HTML5 Flask React Redux SQLite postgresql


Splash Page



Getting started

  1. Clone this repository (only this branch)

    git clone https://github.com/appacademy-starters/python-project-starter.git
  2. Install dependencies

    pipenv install -r requirements.txt
  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 seed all
    flask run
  6. To run the React App in development, checkout the README inside the react-app directory.



Connect with me.. if you want.. or not.. im not your dad..

Andrew Kim

LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published