https://github.com/learncodingeasy/work_remotely
Work Remotely
https://github.com/learncodingeasy/work_remotely
Last synced: 10 months ago
JSON representation
Work Remotely
- Host: GitHub
- URL: https://github.com/learncodingeasy/work_remotely
- Owner: LearnCodingEasy
- License: other
- Created: 2024-11-19T19:04:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T16:58:46.000Z (about 1 year ago)
- Last Synced: 2025-01-24T00:37:51.521Z (12 months ago)
- Language: Python
- Size: 35.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```