Skip to content

acvalencia/auxo-dev-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Dev Test

About The Project

Product Name Screen ShotProduct Name Screen ShotProduct Name Screen Shot

Flights back-end recruitment test

(back to top)

Built With

Frameworks/libraries used to bootstrap the project.

  • Python 3.11
  • Django
  • Django REST Framework
  • Bootstrap

(back to top)

Getting Started

Prerequisites

  • Python 3.11
    python -m venv venv
  • Activate virtual env Python 3.11
    source venv/Scripts/activate

Installation

  1. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
  2. Install NPM packages
    pip install -r requeriments
  3. Make migrations
    python manage.py makemigrations
    python manage.py migrate
  4. Create initial data
    python manage.py seed
  5. Create super user
    python manage.py createsuperuser
  6. Start project
    python manage.py runserver

(back to top)

Endpoints

  • Rating filter:

http://127.0.0.1:8000/flights/?minrating=9

  • REST API

http://127.0.0.1:8000/flights/api/

About

Django, params, seeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published