ivanubi / ceit-website

Web of the Committee of Students of Telematics Engineering from PUCMM. Python (Flask) version.

Home Page:http://ce-itt.pucmm.edu.do/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comité de Estudiantes de Ingeniería Telemática Website (Flask Version)

alt text

Instructions (MacOS)

  1. Clone the repository using 'git clone' on the terminal.
  2. Create a virtual enviroment using 'python3 -m venv /path/to/new/virtual/environment' Example: python3 -m venv ./.venv.
  3. Activate the virtual invoroment using 'source /path/to/new/virtual/environment/bin/activate'. Example: source ./.venv/bin/activate.
  4. Install the required python libraries using 'pip install -r requirements.txt'.
  5. Now you're ready to go! Run the application using 'python3 application.py'.

About

Web of the Committee of Students of Telematics Engineering from PUCMM. Python (Flask) version.

http://ce-itt.pucmm.edu.do/

License:MIT License


Languages

Language:HTML 72.6%Language:CSS 18.4%Language:Python 9.0%