Skip to content

An API that helps users retrieve and like the quotes and favorite characters of Lord of the Rings movie

Notifications You must be signed in to change notification settings

jesseinit/aps-challenge-backend

Repository files navigation

APS-Challenge Backend

Installing

    // Setup Project
    $ git clone [email protected]:jesseinit/aps-challenge-backend.git
    $ cd aps-challenge-backend
    $ git checkout main

    // Activate Virtual Ennvironment
    $ python -m venv venv
    $ source venv/bin/acivate

    // Install application dependencies
    $ pip install -r requirement.txt

    // Setup Database and Run Migrations
    $ make migrate
    OR
    $ python manage.py makemigrations && python manage.py migrate

Running the application

Run the command below to run the application locally.

  $ make dev
  OR
  $ python manage.py runserver

Documentation

API Routes Documentation can be found here

Built With

The project has been built with the following technologies so far:

  • Django - web framework for building websites using Python
  • Django Rest Framework - is a powerful and flexible toolkit for building Web APIs.
  • PostgreSQL - A production-ready relational database system emphasizing extensibility and technical standards compliance.
  • SQLite - Database management system used to persists the application's data.

About

An API that helps users retrieve and like the quotes and favorite characters of Lord of the Rings movie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published