https://github.com/alejoriosm04/flights-management-app

A Django App for managing flights and ticket reservations, with CRUD operations. Project for the third-semester course "Database" (ST0246) taught at EAFIT University by prof Marta Tabares.

https://github.com/alejoriosm04/flights-management-app

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary

Keywords

crud-application django
Last synced: 6 months ago · JSON representation

Repository

A Django App for managing flights and ticket reservations, with CRUD operations. Project for the third-semester course "Database" (ST0246) taught at EAFIT University by prof Marta Tabares.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
crud-application django
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

Flights Management App

A Django App for managing flights and ticket reservations, with CRUD operations. Project for the third-semester course "Database" (ST0246) taught at EAFIT University by prof Marta Tabares.

Motivation

The main aim of this project was to apply all the concepts learned in the course, such as relational algebra, SQL, NoSQL and Django.

Also, creating an app with the Model-View-Controller (MVC) architecture.

Documentation

Note: This project was implemented on SQL and NoSQL databases. You can find the NoSQL version here

The documentation for this project can be found here. It contains the following:

  • Data creation process on MySQL and MongoDB.

  • Script used to define and create the model of the database on MySQL Workbench.

  • EER diagram of the database.

  • Register created on MongoDB.

  • A document explaining the development process of the project during the semester.

Install and Run

  1. Clone the repository

bash git clone git@github.com:alejoriosm04/flights-management-app.git

  1. Go to the project directory

bash cd flights-management-app

  1. Create a virtual environment

bash python -m venv venv

  1. Activate the virtual environment

bash source venv/bin/activate

  1. Install dependencies

bash pip install -r requirements.txt

  1. Create a .env file and add your database credentials, otherwise the app won't work. Also, you can uncomment the lines 98-103 on settings.py and comment the lines 83-95 to use SQLite3 (Maybe you will have to build again the Django models).

bash touch .env

  1. Migrate the database

bash python manage.py migrate

  1. Create a superuser

bash python manage.py createsuperuser

  1. Run the server

bash python manage.py runserver

  1. Go to http://localhost:8000/admin/ and login with the superuser credentials.

Screenshots

Authors

Alejandro Ríos and Nicolás Hurtado developed this project during the semester.

We thank our professor Marta Tabares for her guidance and support during the development of this project.

Owner

  • Name: Alejandro Ríos Muñoz
  • Login: alejoriosm04
  • Kind: user
  • Location: Colombia
  • Company: @gruponovaeafit

Majoring in Computer Science @EAFIT🇨🇴

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels