Skip to content

joacocibeira/Vehicles

Repository files navigation

Vehicles 1.0.1

The Vehicles App is a web-based application designed to help users monitor and manage the movement of vehicles entering and exiting private facilities

Installation

  1. Clone the GitHub repository
   git clone https://github.com/joacocibeira/Vehicles
  1. Rename the .env_sample file to .env and edit the variables

  2. Run the following command to enter the Django shell:

    python manage.py shell
  3. Once you're in the Django shell, execute the following Python commands to generate a new secret key:

    from django.core.management.utils import get_random_secret_key
    print(get_random_secret_key())
  4. Copy this key in your .env file to have a secure private key

  5. Build and compose the image with Docker

   docker-compose up -d --build

Features

  • CRUD operations for vehicle management.
  • Data validation for vehicle entries.
  • Docker support for easy setup and deployment.

Dependencies

  • Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published