An open API service indexing awesome lists of open source software.

https://github.com/mehedimk/carwash

Car Wash Management System
https://github.com/mehedimk/carwash

Last synced: 3 months ago
JSON representation

Car Wash Management System

Awesome Lists containing this project

README

        

# Django Car Wash Project

## Prerequisites

- Python 3.x
- Django

## Installation

1. Clone the repository:

```bash
git clone https://github.com/MehediMK/CarWash.git
```

2. Navigate to the project directory:

```bash
cd CarWash
python -m venv venv
source venv/bin/activate (*linux) or venv\Scripts\activate (*Windows)
```

3. Install the dependencies:

```bash
pip install -r requirements.txt
```

4. Apply migrations:

```bash
python manage.py makemigrations
python manage.py migrate
```

5. Run project locally
```bash
python manage.py runserver
```

## Project Screeshot below

![Project demo Image](./screenshots/Home-Car-Wash.jpg)