- FLASK
- HTML, CSS, Bootstrap
http://mozcctezu.herokuapp.com/
Follow the steps for working on this repository strictly :
- Fork the repository to your Github account
- Copy the link (ends with a .git) of your forked repository
- In a folder of your choice in your local machine, run
git clone thelinkyoujustcopied.git
cd mcc_tezu_frontend
git remote add upstream https://github.com/adiXcodr/mcc_tezu_frontend.git
- When ever you want to push your change, do
git add .
andgit commit -m "did a change"
and then dogit pull upstream master
. Then finally, dogit push origin master
. - After pushing, go to your forked repository on Github and create a pull request.
-
cd mcc_tezu_frontend
-
pip install -r requirements.txt
(only for the first time) thenpython app.py
-
Add or Edit the routes and functions in the file app.py
-
Modify HTML/CSS accordingly in the htmls
-
Add external scripts and packages in layout.html.
-
Make the Header & the Footer in layout.html