Skip to content

Latest commit

 

History

History
 
 

repository

Stability Repository verify process License Code style: Black Python

Quantum Serverless repository

Repository API for the quantum serverless project. It manages the access to resources like: programs.

Table of Contents

  1. Installation
  2. Usage

Installation

pip install -U -r requirements.txt -r requirements-dev.txt

Usage

To run the API you just need to execute:

python manage.py runserver 

This command will run the API in port 8000. If this is your first run you will need to apply the database changes first:

python manage.py migrate