Hipo Backend Team Interview Exercise
-
Clone this repository:
$ git clone https://github.com/Hipo/hipogram.git
-
Create a virtual environment in the project folder:
$ python -m venv venv
-
Activate the virtual environment:
$ source venv/bin/activate
-
Install the requirements:
$ pip install -r requirements.txt
-
To start server, run this command in the project directory:
$ python manage.py runserver
-
Open http://localhost:8000 to view it in your browser.