GithubHelp home page GithubHelp logo

rallahaseh / hotel_deals Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 36 KB

Create a very simple site that consumes offer svc API as a server-side call and displays deals in an appealing manner

License: MIT License

Python 49.92% CSS 4.11% HTML 45.97%
python3 python django django-rest-framework django-framework request

hotel_deals's Introduction

Expedia Coding Exercise

  • Create a very simple site that consumes offer svc API as a server-side call and displays deals in an appealing manner.
  • About.md
  • Website

Language

Framework

Files

.
+-- Procfile
+-- Pipfile
+-- requirements.txt
+-- runtime.txt
+-- manage.py
+-- hotel_deals
|   +-- settings.py
|   +-- urls.py
|   +-- wsgi.py
|   +-- __init__.py
+-- main
|	+-- static
|	|	+-- css	
|	|	|	+-- style.css
|	+-- templates
|	|	+-- hotel_deals	
|	|	|	+-- index.html
|   +-- apps.py
|   +-- form.py
|   +-- models.py
|   +-- services.py
|   +-- urls.py
|   +-- views.py
+-- db.sqlite3

Setup Local Sandbox

Requirements:

After you install the required list.

  1. We will be using a new directory hotels from your home directory.

$ mkdir hotels
$ cd hotel

  1. Create a virtualenv called myvenv.

$ python -m venv myvenv

  1. Move the project to your main web root directory. for example:

$ pwd
/WWW/django_projects/hotel_deals

  1. Run the server

python manage.py runserver

hotel_deals's People

Contributors

rallahaseh avatar

Watchers

 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.