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

https://github.com/learncodingeasy/work_remotely

Work Remotely
https://github.com/learncodingeasy/work_remotely

Last synced: 10 months ago
JSON representation

Work Remotely

Awesome Lists containing this project

README

          

# Work_Remotely

Work Remotely

## 📦 Django

- 🚀 Activate Virtual Environment 🔋

```cmd
work_remotely_virtual_environment\Scripts\activate
```

- Go To

```cmd
cd work_remotely_django
```

- Modifications To Models File

```cmd
python manage.py makemigrations
```

- Modifications To The Database

```cmd
python manage.py migrate
```

- Run Project

```cmd
python manage.py runserver
```

### 🖥️ Vue

- Go To

```cmd
cd work_remotely_vue
```

```cmd
npm run dev -- --host

npm run dev
```

```cmd
npm run build
```

### 🖥️ Vue Press

- Go To

```cmd
cd work_remotely_vuepress
```

```cmd
npm run docs:dev
```

### Github

```cmd
git add *
```

```cmd
git commit -m "Commit Explain Code"
```

```cmd
git push origin main
```