The tinder of resaurants!
To run this project in your development machine, follow these steps:
-
(optional) Create and activate a virtualenv (you may want to use virtualenvwrapper).
-
Ensure that the executable pg_config is available on your machine. You can check this using which pg_config. If not, install the dependency with one of the following.
-
macOS: brew install postgresql using Homebrew 3.1. Ubuntu: sudo apt-get install libpq-dev
-
Fork this repo and clone your fork:
git clone https://github.com/openshift/django-ex.git
- Install dependencies:
pip install -r requirements.txt
- Create a development database:
./manage.py migrate
- If everything is alright, you should be able to start the Django development server:
./manage.py runserver
- Open your browser and go to http://127.0.0.1:8000, you will be greeted with a welcome page.