Demir - Exclusive Car Rental
  • Python 51.3%
  • HTML 23.9%
  • CSS 22.2%
  • JavaScript 2.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-05-07 19:30:29 +05:00
config Changed the image format to avif, minor edits 2024-05-07 19:28:00 +05:00
main Changed the image format to avif, minor edits 2024-05-07 19:28:00 +05:00
rental Changed the image format to avif, minor edits 2024-05-07 19:28:00 +05:00
static Changed the image format to avif, minor edits 2024-05-07 19:28:00 +05:00
templates Changed the image format to avif, minor edits 2024-05-07 19:28:00 +05:00
.gitignore Initial commit 2024-04-29 20:50:52 +05:00
env.example Add env.example 2024-05-07 19:30:29 +05:00
LICENSE Added license and README file 2024-05-04 20:55:28 +05:00
manage.py Initial commit 2024-04-29 20:50:52 +05:00
poetry.lock Implemented a car filter 2024-05-02 21:24:35 +05:00
pyproject.toml Implemented a car filter 2024-05-02 21:24:35 +05:00
README.MD Added license and README file 2024-05-04 20:55:28 +05:00

Static Badge Static Badge GitHub

Demir

Demir - Exclusive Car Rental

Welcome to Demir, a premium portal for exclusive car rentals. We offer you the opportunity to drive your dreams with our luxury cars available for rent for any length of time.

Quick start

Install poetry

curl -sSL https://install.python-poetry.org | python3 -

Clone the project

https://github.com/n1ce7ry/demir

Install the dependencies

poetry shell
poetry install

Edit env.example, rename it to env.sh, and run it:

vim env.example
mv env.example env.sh
./env.sh

Apply migrations

./manage.py migrate

Run server

./manage.py runserver