Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital Management API

Based on python and database as MongoDB

Branching description

  1. Stable -- Master
  2. Staging -- Staged to deploy
  3. deployment -- Current deployed

Initial setup

Install Virtual environment for python

pip install virtualenv

setup virtual environment

virtualenv env

start virtual environment

for windows

env\Scripts\activate

for Linux

source env/bin/activate

APP Setup

Run the Virtual Environment

virtualenv virtual_environmen_name

Using Virtual environment using

cd virtual_environmen_name

Activate Virtual environment

source bin/activate

After you have successfully activated your virtual environment, cd into the source code were the "requirements.txt" file is

run pip3 install -r requrements.txt to install all the requirements

then run flask run to start the server

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages