Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 803 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 803 Bytes

Lendformal

Lendformal is a website where users can lend and rent out formal clothing. It is built with Python using the Django Web Framework.

Application Features

Overview

Overview

Overview

Project Design

Overview

Installation - Quick start

To set up a development environment quickly, first install Python 3. It comes with virtualenv built-in. So create a virtual env by:

1. `$ python3 -m venv Lendformal`
2. `$ . Lendformal/bin/activate`

Install all dependencies:

pip install -r requirements.txt

Run migrations:

python manage.py migrate

Detailed instructions

Take a look at the docs for more information.