Skip to content

Hipo/hipogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Hipo Backend Team Interview Exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published