Skip to content

A SPA to book slots to hospital. Built with React, Django and Django REST Framework

Notifications You must be signed in to change notification settings

jijinharidas/HospitalBookingSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running Instruction

  • Install dependencies

     cd backend
     pip install -r requirements.txt
    
     cd frontend
     yarn install
    
  • Run the backend and frontend

     cd frontend
     yarn start
    
     cd backend
     python3 manage.py runserver
    

About

A SPA to book slots to hospital. Built with React, Django and Django REST Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published