Skip to content

StagegageWebsite/stagegage-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Stagegage Api Build Status

Stagegage Api. Check out the project's documentation.

Prerequisites

Initialize the project

Create and activate a virtualenv:

virtualenv env
source env/bin/activate

Install dependencies:

pip install -r requirements/local.txt

Create the database:

createdb stagegage_api

If you need to make a git repo

git init
git remote add origin git@github.com:StagegageWebsite/stagegage_api.git

You can use the fabric file for running local commands or normal bash

Migrate and run the server with fabric:

fab migrate
fab run

You probably want to create a superuser too

python stagegage_api/manage.py createsuperuser

Deployment

coming soon...

Api Documentation

check out the docs yo.

About

RESTful api for the stagegage website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages