iamharshkumar / appointment-management-system

This is an appointment book website(Reactjs & Django), included the feature of user can request an appointment and admin accept the pending request and give the timing of the appointment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build

About

This is an appointment book website(Reactjs & Django), included the feature of user can request an appointment and admin accept the pending request and give the timing of the appointment


Languages

Language:JavaScript 54.4%Language:Python 44.5%Language:HTML 1.1%