Git Product home page Git Product logo

cs50w-project3's Introduction

Project 3

Web Programming with Python and JavaScript youtube video: https://youtu.be/gBGk2o56jiE

This is Project 3 for CS50W. The goal is to create a Pizza delivery website using Django. The website should replicate the menu of Pinocchio pizza (Cambridge, MA). The website should allow admins to modify menus and staff members to see orders.

This code comes with an Admin user pre created with the following credentials: Login: Admin Pwd: SuperSecret

The files architectures follows the normal Django framework. The app is contained in the orderrs folders.

-views.py contains all the different python application to run server side. It manipulates databases and pushes pages to be rendered.

-urls maps all the different pages urls

-models.py is where all the models are defined, these models are then migrated to create SQL databases

-admin.py contains the link to the models that admins should be able to edit in the admin section of the website

-templates/orders contains all the html pages and layouts to be rendered by the app

-static/orders contains all the CSS and Javascript code to control the website design and animate it. Some JS files also contain Ajax requests to the server.

cs50w-project3's People

Contributors

aurian-nogues avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.