saczuac / dsd2018

TP Desarrollo en Sistemas Distribuidos 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supermarket API

Simple REST API to manage resources of a supermarket.

Requirements

  • Python 3 in order to execute Django 2

Quick Setup

  • Clone this project
  • python3 -m venv [name_of_virtualenv]
  • source [path_to_virtualenv]/bin/activate
  • Move into the project root and execute pip3 install -r requirements.txt && python3 manage.py makemigrations && python3 manage.py migrate
  • Create super user inside the project root python3 manage.py createsuperuser
  • python3 manage.py runserver

About

TP Desarrollo en Sistemas Distribuidos 2018


Languages

Language:Python 70.2%Language:JavaScript 19.0%Language:HTML 8.5%Language:CSS 2.4%