adiathasan / Movie_web_app

App of movie database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clever Movie Full Stack App

This is a project from a Clever Programmer's course.

Contents

  1. Initial Setup Instructions
  2. Running Server

Initial Setup Instructions

Setup Python Virtual Environment

python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt

Running Server

./mange.py migrate
./mange.py runserver

Go and check http://127.0.0.1:8000/

About

App of movie database


Languages

Language:Python 39.5%Language:HTML 35.5%Language:CSS 18.7%Language:JavaScript 6.2%