satshree / lewis-university-week-5-L30063661

Week 5 Assignment for Software Architect and Design

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Week 5 Assignment

This is an assignment for Week 5 of Software Architect and Design (CPSC-61200)

Work by Satshree Shrestha (L30063661)

Professor: Dr. Fadi I. Wedyan

API

Access these APIs from the browser

  • Index HTML Template
http://<root>/ [GET]
  • JSON message
http://<root>/hello/ [GET]

Instructions

  1. Virtual Environment
python3 -m venv env # this is only for first time
source ./env/bin/activate
  1. Install dependencies (this step is only for first time)
pip install --upgrade pip 
pip install -r requirements.txt 
  1. Start server
python manage.py runserver

About

Week 5 Assignment for Software Architect and Design


Languages

Language:Python 85.6%Language:HTML 14.4%