Skip to content

KKsharma99/lendformal

Repository files navigation

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.

About

Application to rent and lend formal clothing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published