https://github.com/bikramai/cleaning-service-site
Omni Serve is an innovative web application designed For providing Cleaning Service Online , User can Order their Service Using Form Submission or Directly call to company.
https://github.com/bikramai/cleaning-service-site
bootstrap css django es6 html javascript postgresql python
Last synced: 3 months ago
JSON representation
Omni Serve is an innovative web application designed For providing Cleaning Service Online , User can Order their Service Using Form Submission or Directly call to company.
- Host: GitHub
- URL: https://github.com/bikramai/cleaning-service-site
- Owner: Bikramai
- License: mit
- Created: 2024-07-27T16:43:40.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-27T17:00:02.000Z (11 months ago)
- Last Synced: 2025-02-09T05:41:27.969Z (4 months ago)
- Topics: bootstrap, css, django, es6, html, javascript, postgresql, python
- Language: JavaScript
- Homepage:
- Size: 59.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to run locally
### Prerequisites
- Python 3.6 or higher find it [here](https://www.python.org/downloads/)
- pip package manager is required to install the dependencies
- venv package is required to create a virtual environmentClone the repository
```bash
git clone repo_url
```
Create a virtual environment
### LINUX
```bash
python3 -m venv venv
source venv/bin/activate
```
### WINDOWS
```bash
python -m venv venv
venv\Scripts\activate
```
Install the dependencies, Migrations and run the server
```bash
pip install -r requirements.txt
python manage.py makemigrations core accounts services
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
```# Cleaning-Services
# Cleaning-Services
# Cleaning-Services
# Cleaning-Services
# Cleaning-Services