itechdivyanshu / doctor-appointment-rh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doctor-appointment-rh

Setup

git clone https://github.com/ItechIndrustries/doctor-appointment-rh.git
cd doctor-appointment-rh
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
python3 manage.py runserver

Passwords

Admin: 
    username: robert
    password: robert
Doctor 1:
    username: andy
    password: doctorandy
Doctor 2:
    username: charlie
    password: doctorchar
User:
    username: test,test2
    password: testuser

About

License:Apache License 2.0


Languages

Language:Python 59.4%Language:HTML 40.6%