hassanabidpk / tellmehow

Backend - Jeju Global Hackathon (Team 1)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TellMeHow Django backend

Build Status

Prerequisites

Setup TellMeHow development environment

Clone the repository

Clone the github repository by executing following command in Command prompt on windows

git clone https://github.com/hassanabidpk/tellmehow.git

Setup local server

After cloning the repository do the following steps

> cd tellmehow
> python -m venv hackvenv
> source hackvenv/bin/activate
(hackvenv) > pip install -r requirements.txt

Run following command

(hackvenv) > python manage.py migrate

Start server

(hackvenv) > python manage.py runserver

visit localhost:8000 or http://127.0.0.1:8000

About

Backend - Jeju Global Hackathon (Team 1)


Languages

Language:CSS 59.2%Language:Python 28.9%Language:HTML 10.5%Language:JavaScript 1.3%