traviolus / cloud-com-final-project-backend

Backend system for the Printer-as-a-Service (PaaS) application. Written in Python & Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaaS Backend

Getting Started

First clone the repository from Github and switch to the new directory.

Install the virtualenv manager & activate the virtualenv for your project:

python3 -m pip install pipenv
pipenv install
pipenv shell

Then simply apply the migrations:

python manage.py migrate

You can now run the development server:

python manage.py runserver

About

Backend system for the Printer-as-a-Service (PaaS) application. Written in Python & Django.


Languages

Language:Python 98.3%Language:Dockerfile 1.7%