/tellmehow

Backend - Jeju Global Hackathon (Team 1)

Primary LanguageCSS

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