A repo containing multiple projects relating to NIT Hamirpur.
Built using python3, flask, connexion, bootstrap. Virtual environment is managed using pipenv.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Please make sure that python version >= 3.8.
Open the terminal and run the following commands:
$ git clone https://github.com/rohithill/nithp.git
$ cd nithp
$ pipenv install
$ pipenv shell
$ flask run
master : All the changes are made in the master. All the pull requests are merged here finally.
deploy : This is the branch which is deployed to the website. Currently the deploy is automatic. All the push to this branch are deployed immediately.
heroku run bash