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
- Host: GitHub
- URL: https://github.com/mehedimk/carwash
- Owner: MehediMK
- Created: 2022-02-05T16:44:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:00:09.000Z (about 1 year ago)
- Last Synced: 2024-03-15T18:19:36.811Z (about 1 year ago)
- Language: HTML
- Size: 4.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
