Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

lewisemm/converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Converter App

A Simple Measurement Unit Converter built on Django

Setup

  1. Clone this repo in your projects folder.
git clone git@github.com:lewisemm/converter.git
  1. Create a virtual environment and install the dependencies.
# create and activate the virtual env
virtualenv -p python3.7 env
source env/bin/activate

# install dependencies
pip install -r requirements.txt
  1. Run the tests to ensure everything is in working order.
python manage.py test

Creating test database for alias 'default'...
System check identified no issues (0 silenced).
..
----------------------------------------------------------------------
Ran 2 tests in 0.022s

OK
Destroying test database for alias 'default'...
  1. Access the length measurement converter via http://127.0.0.1:8000/length/convert

About

A Simple Measurement Unit Converter built on Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published