Skip to content
/ vbp Public

A django application to manage an investment club.

Notifications You must be signed in to change notification settings

arthurarty/vbp

Repository files navigation

vbp

Build Status Maintainability Coverage Status

Description

Application is built in Django using Django forms and templates. The aim is to build a system that can be used to manage a savings/investment club.

How to set up

  • Create a postgres database.
  • Clone the repo.
  • Ensure you are on the dev branch.
  • Activate your virtualenv.
  • Install requirements using the command pip install -r requirements.txt.
  • Create a .env file from the .env_example.
  • Run migrations using the command python manage.py migrate.
  • Check to ensure everything is okay using the command. python manage.py check.
  • If all is well run the application using the command. python manage.py runserver.
  • Visit the url 127.0.0.1/signup/.

Built With

  • Django : Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. .
  • Travis: Travis CI is hosted continuous integration service used to build and test software projects hosted at GitHub.
  • Virtualenv : Virtualenv is a tool to create isolated Python environments.
  • AfricaIsTalking : AfricaIsTalking - API used to send sms for phone_number verification.

Authors

About

A django application to manage an investment club.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published