Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Braiiin/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Braiiin Presentation Tier

front-end visuals

##Developer Version

  1. Make sure Python3, Pip, and Mongodb are installed.
  2. Create new virtaulenv named "env" python3 -m venv env.
  3. Launch virtualenv source env/bin/activate.
  4. Install requirements pip3 install -r requirements.txt.
  5. Launch service. python3 run.py.

For subsequent runs, after installation, you can use source activate.sh.

Developer Guidelines

###Docstrings

All docstrings should use one of the following two formats:

Minimal

"""Basic docstring for the method or class"""

Detailed

"""
One-liner description

Information
-----------
Basic information about usage

Detail
------
Optional section with clarifications that may not be needed

Example
-------
Sample Usage
"""

###Separation of Purpose

About

client tier core for all Braiiin applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published