Skip to content

Welcome to Dokcare, your one-stop solution for healthcare appointments. Join us at Dokcare and take the first step towards better health.

License

Notifications You must be signed in to change notification settings

Arvind-4/dokcare

Repository files navigation

Dokcare:

Welcome to Dokcare, your one-stop solution for healthcare appointments. Join us at Dokcare and take the first step towards better health.

Screenshots:

Home Page

📦 Tech Stack:

  • Django - Django makes it easier to build better web apps more quickly and with less code.
  • Vite - Next Generation Frontend Tooling.
  • CockroachDB - A distributed SQL database designed for speed, scale, and survival.

Deployed on Vercel.
Click Here for Live Preview.

Deploy Now:

Deploy with Vercel

Getting Started:

  • Clone Repo
cd /path/to/folder
mkdir dokcare
cd dokcare
git clone https://github.com/Arvind-4/dokcare.git .
  • Create a Virtual Environment
cd dokcare
python3.9 -m venv .
source bin/activate

For Windows use: .\Scripts\activate

  • Install Dependencies
pip install -r requirements.txt

Add Your Environment variable to .env. Refer .sample.env file.

  • Make Migrations
cd /path/to/folder/dokcare
python manage.py makemigrations
python manage.py migrate
  • Build Frontend
cd /path/to/folder/dokcare
npm run i
npm run production
  • Run Dev Server
python manage.py runserver localhost:8000

Open localhost:8000 in Browser.