Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sahilsahil934/test
https://github.com/sahilsahil934/test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sahilsahil934/test
- Owner: sahilsahil934
- Created: 2022-01-20T04:39:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T07:58:53.000Z (about 3 years ago)
- Last Synced: 2024-11-01T11:07:49.938Z (3 months ago)
- Language: JavaScript
- Size: 2.96 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# healthcare
We proposed a healthcare system using ReactJS, Django to create a website that features a clean, straight forward information architecture to simplify the process of Health Care in hospitals to help the patients, doctor.
1. Create a folder
2. Clone the repo
- git clone https://github.com/Group-J-Innovaccer/healthcare.git3. To create and install envoirnment:
- pipenv install4. To get back to Backend directory:
- cd /backend5. To run the django server:
- python manage.py runserver6. To get back to Frontend directory:
- cd ..
- cd /frontend7. To install the npm:
- npm install8. To start the npm:
- npm start