krishnaupadhyay3 / be-hiring-challenge

Hiring Challenge for Backend Developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Requirements :- Docker , Docker-Compose

$ sudo docker-compose up -d

Migrations

login into docker container

$ sudo docker exec -it container_id /bin/bash

performs migrations for auth and contenttypes contrib apps

$ python3.6 manage.py migrate 

creates the rest of the database

$ python3.6 manage.py migrate --run-syncdb  

The App will start listening on localhost at port 8000

Installing CLI

$ cd datapane_cli
$ pip install .

About

Hiring Challenge for Backend Developers


Languages

Language:Python 99.2%Language:Dockerfile 0.8%