https://github.com/arvind-4/dokcare
Welcome to Dokcare, your one-stop solution for healthcare appointments. Join us at Dokcare and take the first step towards better health.
https://github.com/arvind-4/dokcare
css3 django django-application django-async-view django-asynchronous django-cockroachdb django-gunicorn django-project django-uvicorn django3 html5 javascript python virtualenv vite vitejs
Last synced: about 2 months ago
JSON representation
Welcome to Dokcare, your one-stop solution for healthcare appointments. Join us at Dokcare and take the first step towards better health.
- Host: GitHub
- URL: https://github.com/arvind-4/dokcare
- Owner: arvind-4
- License: mit
- Created: 2021-09-18T15:50:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T15:30:39.000Z (over 2 years ago)
- Last Synced: 2025-02-17T13:18:03.482Z (over 1 year ago)
- Topics: css3, django, django-application, django-async-view, django-asynchronous, django-cockroachdb, django-gunicorn, django-project, django-uvicorn, django3, html5, javascript, python, virtualenv, vite, vitejs
- Language: HTML
- Homepage: https://dokcare.vercel.app
- Size: 11.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dokcare:
Welcome to **Dokcare**, your one-stop solution for healthcare appointments. Join us at Dokcare and take the first step towards better health.
## Screenshots:

## 📦 Tech Stack:
- [Django](https://www.djangoproject.com) - Django makes it easier to build better web apps more quickly and with less code.
- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling.
- [CockroachDB](https://www.cockroachlabs.com/) - A distributed SQL database designed for speed, scale, and survival.
Deployed on [Vercel](https://vercel.com/).
Click Here for [Live Preview.](https://dokcare.vercel.app/)
## Deploy Now:
[](https://vercel.com/new/clone?repository-url=https://github.com/Arvind-4/dokcare/)
## Getting Started:
- Clone Repo
```bash
cd /path/to/folder
mkdir dokcare
cd dokcare
git clone https://github.com/Arvind-4/dokcare.git .
```
- Create a Virtual Environment
```bash
cd dokcare
python3.9 -m venv .
source bin/activate
```
**For Windows use:** `.\Scripts\activate`
- Install Dependencies
```bash
pip install -r requirements.txt
```
Add Your Environment variable to `.env`.
Refer `.sample.env` file.
- Make Migrations
```bash
cd /path/to/folder/dokcare
python manage.py makemigrations
python manage.py migrate
```
- Build Frontend
```bash
cd /path/to/folder/dokcare
npm run i
npm run production
```
- Run Dev Server
```bash
python manage.py runserver localhost:8000
```
Open [localhost:8000](http://localhost:8000/) in Browser.