8000 GitHub - otseobande/transup: An application that help manage transportation suppliers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

otseobande/transup

Repository files navigation

Transup Build Status codecov

An application that help manage transportation suppliers.

Setup

  • Install virtualenv
pip install virtualenv
  • Create the application's virtual environment
virtualenv venv
  • Activate the virtual environment
source venv/bin/activate
  • Setup environment variables

    Create a .env file, copy the content of the .env.example file into it and fill the necessary credentials

  • Install dependencies

pip install -r requirements.txt
  • Start the development server
python manage.py runserver

Documentation

Testing

Run python manage.py test to run tests

Technologies Used

Project Management

Pivotal Tracker is used for this project. You can find the management board here.

About

An application that help manage transportation suppliers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0