Skip to content

kimsung604/hungry_mg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hungry-mg

hungry

Development Environment

At the bare minimum you'll need the following for your development environment

It is strongly recommended to also install and use the following tools:

Local Setup

1. Install pipenv

$ brew install pipenv

Pipenv Warning: the environment variable LANG is not set!)

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

Pipenv: Checking pip version (last version bug)

$ pipenv run pip --version
...
pip 18.1 from ..

If the pip version is 18.1, it will not work properly, so you need to re-install to version 18.0

$ pipenv run pip install pip==18.0

2. Clone the project

$ git clone git@github.com:nadostar/hungry_mg.git hungry_mg
cd hungry_mg

3. Create and initialize virtualenv for the project

$ pipenv sync

4. Run the development server

$ flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published