Welcome to Dokcare, your one-stop solution for healthcare appointments. Join us at Dokcare and take the first step towards better health.
- 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.
- 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.