rohithill / nithp

View NITH result live.
https://nithp.herokuapp.com/
7 stars 7 forks source link
bootstrap4 flask flask-restful html5 python3 website

NITH Projects

A repo containing multiple projects relating to NIT Hamirpur.

Current list:

Built using python3, flask, connexion, bootstrap. Virtual environment is managed using pipenv.

Getting Started

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:

  1. Clone the repository
    $ git clone https://github.com/rohithill/nithp.git
    $ cd nithp
  2. Create the virtual environment and install dependencies
    $ pipenv install
  3. Enter into shell
    $ pipenv shell
  4. Run the application
    $ flask run

Todo

Branches

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.

Notes