Giter VIP home page Giter VIP logo

flatmates's Introduction

flatmates

An app that makes finding the perfect apartment a collaborative experience

This step is skippable if you already have a python virtual environment manager

HOW TO INSTALL VIRTUALENVWRAPPER

If you don't have virtualenvwrapper, make sure you have it installed before running this project

pip install virtualenvwrapper

This command lets you know where the file is located.

which virtualenvwrapper.sh

Copy paste the path into the shell's config file (in my case .zshrc)

export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh

update your terminal settings

source ~/.zshrc

You're ready to run the virtualenvwrapper commands

workon
deactivate
mkvirtualenv
cdvirtualenv
rmvirtualenv

HOW TO RUN THIS PROJECT LOCALLY

  1. Clone this project into your local folder
  2. Make a virtual environment using python 3
 mkvirtualenv --python=/usr/bin/python3 nameOfEnvironment
  1. Activate environment
 workon nameOfEnvironment
  1. Install Django in your virtual environment
pip install -r requirements.txt
  1. Run python server
python manage.py runserver

flatmates's People

Contributors

marta-colombas avatar martacolombas avatar

Stargazers

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