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.
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
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
- Host: GitHub
- Owner: alejoriosm04
- Language: Python
- Default Branch: main
- Homepage: https://flight-management-app.onrender.com/
- Size: 47.9 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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
- Clone the repository
bash
git clone git@github.com:alejoriosm04/flights-management-app.git
- Go to the project directory
bash
cd flights-management-app
- Create a virtual environment
bash
python -m venv venv
- Activate the virtual environment
bash
source venv/bin/activate
- Install dependencies
bash
pip install -r requirements.txt
- 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
- Migrate the database
bash
python manage.py migrate
- Create a superuser
bash
python manage.py createsuperuser
- Run the server
bash
python manage.py runserver
- 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
- Twitter: alejoriosm04
- Repositories: 5
- Profile: https://github.com/alejoriosm04
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