HMS is basic webapplication using flask. The Documentation is given with the code. You can use this for mini-project.
Explore the docs »
Report Bug
·
Request Feature
.
Instagram
![Product Name Screen Shot][product-screenshot]
HMS is a webapplication using flask. This retail banking is a mini project. You can use this project for free. The Documentation is given with the code.If you like this project give stars..
Follow the installation steps to open project without error
- Download and extract the project
- I'm using xampp, so you can also use it and Create the database
- Upload or Import flask.sql in your database.
- Download python 3.x and install on your PC. My pc is 64bit so i installed Python3(64bit). Set environmental variable for both python and pip or else you get command not found.
- I've used virtual environment. It's not necessary, but using virtual environment is preferable.
Note: You can skip the 5th step if you don't want virtual environment
(i) Make sure you've set your python path in environmental variable and then install
python -m venv venv
(ii) I've already created. So now you want to activate it. I'm using windows. so I used CMD. Now open the cmd of your current project folder. My project folder is HMS.
D:\flask\HMS> cd venv/Scripts/activate
After venv is activated
(venv) D:\flask\HMS>
(iii) Once you can close the project, this command is user to open the venv again and for deactivation command also given.
D:\flask\HMS>workon venv
If not working again activate your venv
(venv) D:\flask\HMS>
For Deactivating,
D:\flask\HMS> cd venv/Scripts/deactivate
- Install the following requirements by following command.
D:\flask\HMS> pip install -r requirements.txt
- To run the the code, use this command
D:\flask\HMS>python app.py
or
D:\flask\HMS>flask run
- If you get any error, make sure you've done following things
1. Python version should be 3.x.
2. Settingup Environment variables.
3. Installed all requirements without errors.
4. I am using 64 bit. If you are using 32 Bit google it and fix it.
5. Check the server is active or not.
6. Imported sql file.
7. Everything is done.
- Admin Login.
url : http://127.0.0.1:5000/login
Username => admin,
Password => !1Qqwerty,
Credential at hosted site
- username = executive
- password = Exec@1
- username = desk
- password = Exec@1
- username = pharmacist
- password = Exec@1
HMS is a webapp. This HMS is very simple to use.
We created this project for TCS Case Study. Special thanks to my team!!
- Gokul - https://github.com/gokulrv4399
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/dhina016/HMS
=======