/Movie_web_app

App of movie database

Primary LanguagePython

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/