adiXcodr / mcc_tezu_frontend

The Official Website for MCC TEZPUR UNIVERSITY

Home Page:https://mcctezu.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MCC TEZU WEBSITE

The Official Website for MCC TEZPUR UNIVERSITY

Technologies used

  • FLASK
  • HTML, CSS, Bootstrap

Live Website

http://mozcctezu.herokuapp.com/

Github Steps

Follow the steps for working on this repository strictly :

  1. Fork the repository to your Github account
  2. Copy the link (ends with a .git) of your forked repository
  3. In a folder of your choice in your local machine, run git clone thelinkyoujustcopied.git
  4. cd mcc_tezu_frontend
  5. git remote add upstream https://github.com/adiXcodr/mcc_tezu_frontend.git
  6. When ever you want to push your change, do git add . and git commit -m "did a change" and then do git pull upstream master. Then finally, do git push origin master.
  7. After pushing, go to your forked repository on Github and create a pull request.

Steps to run the application

  1. cd mcc_tezu_frontend

  2. pip install -r requirements.txt (only for the first time) then python app.py

  3. Add or Edit the routes and functions in the file app.py

  4. Modify HTML/CSS accordingly in the htmls

  5. Add external scripts and packages in layout.html.

  6. Make the Header & the Footer in layout.html


Author

Adittya Dey

Rittik Dasgupta

About

The Official Website for MCC TEZPUR UNIVERSITY

https://mcctezu.herokuapp.com


Languages

Language:HTML 57.8%Language:SCSS 21.4%Language:JavaScript 11.8%Language:Python 7.8%Language:CSS 1.3%