DanitoGH / oowlish-test-1

This is a repository to oowlish test API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github users api.

Main tools used in this project

  • Ubuntu 16.04 LTS
  • Visual Studio Code
  • Python 3.5.2
  • Django 2.1.3
  • Django REST Framework 3.9.0

Getting Started

Prerequisites

  • Python 3.5.2

Installing

  1. Create a virtual environment:
$ virtualenv <env_name>
$ source <env_name>/bin/activate
  1. Mount enviroment(Install dependencies and apply migrations):
$ make dev_enviroment # to dev enviroment

or

$ make prod_enviroment # to production env
  1. Start the server:
$ make run

The site will be available on http://0.0.0.0:8000.

REST API

REST API docs can be found in http://0.0.0.0:8000/api/v1/docs/

Authors

  • Leonardo Dutra

About

This is a repository to oowlish test API


Languages

Language:Python 73.4%Language:Shell 24.5%Language:Makefile 2.1%