Skip to content

RohitSat/cse5914

Repository files navigation

cse5914

Build Status

Requirements

Quick Start

Nitrous Quickstart

Start the vagrant VMs.

vagrant up

Browse some of the available services:

Local Development

Create a Python 3 virtualenv:

virtualenv --python=$(which python3) env
source env/bin/activate

Install the required python packages:

pip install -r src/brutus-api/requirements.txt

Install the project as an in-place editable package:

pip install -e $(pwd)/src/brutus-api

Run the project:

brutus_api --host 0.0.0.0 --port 5000

Run the worker for background tasks:

rq worker

Tests

Navigate to the project directory and run the tests using Make targets:

cd src/brutus-api
make test-style  # run style tests
make test-unit   # run unit tests
make test        # run all tests

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published