Giter Club home page Giter Club logo

flight-book's Introduction

CircleCI Coverage Status

Flight-book

An application for booking flights to a given destination.

Table of Content

Project Structure

├── user
│   ├── migrations
│   ├── __init__.py
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── tests.py
│   └── views.py
├── app
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
├── user
│   ├── migrations
│   ├── __init__.py
│   ├── admin.py
│   ├── apps.py
│   ├── models.py
│   ├── tests.py
│   └── views.py
├── .env
├── .gitignore
├── .python-version
├── factories.py
├── LICENSE
├── manage.py
├── Pipfile
├── Pipfile.lock
└── README.md

Setup

  • Run git clone https://github.com/kmazi/flight-book.git to clone the project locally.
  • Create a local postgres database locally and add it's url to the DATBASE_URL env variable.
  • In your terminal, navigate to the project directory and spin up a pipenv shell via pipenv shell. If you don't already pipenv you can install it via pip install pipenv
  • Run pipenv install --dev to install all project dependencies.
  • Run migration with python manage.py migrate.
  • Start the app with python manage.py runserver

Author

This software was created by Mazi Ugochukwu, a Python and C# programmer

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.