Giter Club home page Giter Club logo

ember-falcon-mongo's Introduction

Overview

A full stack micro-service using Ember, Falcon, and Mongo

Project setup

backend

The Python Falcon backend uses pyenv to manage language version and project dependencies.

Install pyenv and pyenv-virtualenv

Install pyenv and pyenv-virtualenv with Homebrew:

$ brew install pyenv
$ brew install pyenv-virtualenv

Connect pyenv to your shell environment. I use Oh My Zsh so I add these lines near the end of ~/.zshrc:

export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

Restart your shell.

Complete install instructions: pyenv, pyenv-virtualenv

Install the virtual environment

First, ensure our mac is up to date. We need various xcode command line tools, like zlib. XCode is frequently updated, so if you already have these installed, you may have to acknowledge the license agreement for the latest version.

$ xcode-select --install

Install the python version:

$ pyenv install 3.6.2

Create the virtualenv

$ pyenv virtualenv 3.6.2 ember-falcon-mongo-3.6.2

NOTE: you may have to restart your shell to pick up changes here as well.

Verify everything works:

~/code/makara ᐅ cd ember-falcon-mongo
(ember-falcon-mongo-3.6.2) ~/code/makara/ember-falcon-mongo (master ✘)✹✭ ᐅ
(ember-falcon-mongo-3.6.2) ~/code/makara/ember-falcon-mongo (master ✘)✹✭ ᐅ python --version
Python 3.6.2

When you enter the project directory, you should see the virturalenv show as the first item in your command prompt and python --version should show 3.6.2.

datastore

frontend

ember-falcon-mongo's People

Contributors

stevetarver avatar

Stargazers

Daniel Chauvin avatar Jeevan avatar Arvind Mishra avatar Rezky Aulia avatar  avatar Einar Uvsløkk avatar Dmitrii Prisacari avatar Benoît Barbe avatar me avatar  avatar Walter Manger 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.