/hipogram

Hipo Backend Team Interview Exercise

Primary LanguagePython

Hipogram

Hipo Backend Team Interview Exercise

Installation

  1. Clone this repository:

    $ git clone https://github.com/Hipo/hipogram.git

  2. Create a virtual environment in the project folder:

    $ python -m venv venv

  3. Activate the virtual environment:

    $ source venv/bin/activate

  4. Install the requirements:

    $ pip install -r requirements.txt

Usage

  1. To start server, run this command in the project directory:

    $ python manage.py runserver

  2. Open http://localhost:8000 to view it in your browser.