https://github.com/halilsenaydin/rent-uav-project
This project was developed in five days. I used Django and Angular technologies.
https://github.com/halilsenaydin/rent-uav-project
angular django restful-api
Last synced: 3 months ago
JSON representation
This project was developed in five days. I used Django and Angular technologies.
- Host: GitHub
- URL: https://github.com/halilsenaydin/rent-uav-project
- Owner: halilsenaydin
- Created: 2024-11-05T01:13:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T08:30:17.000Z (over 1 year ago)
- Last Synced: 2025-03-17T20:54:21.651Z (over 1 year ago)
- Topics: angular, django, restful-api
- Language: JavaScript
- Homepage: https://uav-angular.kulabuz.com
- Size: 8.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UAV Rental Project
This project is an application for renting unmanned aerial vehicles (UAVs). The backend is developed using Django with a RESTful architecture, while the frontend is built using Angular in a modular structure.
## Table of Contents
- [Preview The Project](#preview-the-project)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Running the Project](#running-the-project)
- [Project Dependencies](#project-dependencies)
- [App Images](#app-images)
## Preview The Project
[Preview Angular for Rent UAV Project](https://uav-angular.kulabuz.com)
[Preview Swagger Documentation for Rent UAV Project](https://uav.kulabuz.com/swagger)
**Login can be done with username and password.**
- For personnel login: [uav-angular.kulabuz.com/auth/login](http://uav-angular.kulabuz.com/auth/login)
- For super user: [uav.kulabuz.com/admin](http://uav.kulabuz.com/admin)
| Username | Password | Team |
| --------------- | --------- | ------------- |
| halilsenaydin | 270913 | root |
| kanat_user_one | 741963qwe | Kanat Takımı |
| kanat_user_two | 741963qwe | Kanat Takımı |
| govde_user_one | 741963qwe | Gövde Takımı |
| montaj_user_one | 741963qwe | Montaj Takımı |
## Technologies Used
- **Backend:**
- Django
- PostgreSQL
- Django REST Framework
- JWT (JSON Web Token) for authentication
- **Frontend:**
- Angular
- **Others:**
- Docker and Docker Engine
- ORM
- SOLID Software Principles
- Observable Pattern
- Decorator Pattern
- Swagger API Documentation
## Installation
### Prerequisites
Ensure you have the following software installed on your machine:
- [Docker Desktop](https://www.docker.com/get-started)
- [npm Package Manager](https://www.npmjs.com/) and [Angular CLI](https://v17.angular.io/cli) `This dependencies need to for Angular project`
### Install Project Dependencies
#### Install NVM
```bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
```
Close and reopen your terminal to start using nvm or run the following to use it now:
```bash
exportNVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
```
#### Install Npm
```bash
nvm install node
nvm install --lts
```
#### Install Angular CLI
```bash
npm install -g @angular/cli
```
#### Check Version
```bash
npm -v
ng --version
```
### Cloning the Project
Clone the project from GitHub:
```bash
git clone https://github.com/halilsenaydin/rent-uav-project.git
cd rent-uav-project
```
## Running the Project
### Running the Django Server
The project can be viewed at `localhost:8000`
```bash
cd baykar_iha
docker-compose up --build
```
### Running the Angular Client
The project can be viewed at `localhost:4200`
```bash
cd baykar-iha-angular
npm i
ng serve --open
```
### API Documentation
Access the Swagger-generated API documentation by visiting `http://localhost:8000/swagger/` in your browser.
## Project Dependencies
- [Docker and Docker Engine](https://www.docker.com/)
- [Django](https://www.djangoproject.com/)
- [Angular](https://angular.dev/)
- [PostgreSQL](https://www.postgresql.org/)
## App Images
### Auth Images

### 404 Not Found Images

### Assembly User Images











### Wind User Images









### Quiz Images




