Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 319 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 319 Bytes

csci361

To start frontend run this command in frontend folder to download

npm install

This one to start the project

npm start

To start backend: First: install dependencies

pip install -r .\requirements.txt

Second: run server

python .\hospitalmanagementsystem\manage.py runserver