moztn / slides-moztn

Mozilla Tunisia slides

Home Page:http://slides.mozilla-tunisia.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slides-moztn

Description :

slides-moztn is a webapp written with the micro web framework Flask

Running :

pip and virtualenv need to be installed on your machine.

1-Setting a virtual environment:

     mkdir venv
     virtualenv venv
     source venv/bin/activate
   

2-Cloning the project

     cd venv
     git clone https://github.com/moztn/slides-moztn.git
   

3-Installing dependencies:

     cd slides-moztn
     pip install -r requirements.txt
   

4-Running the App:

     $ python slides.py
   

5- Init data base : Open http://localhost:5000/init

A webserver will be started so that you can access the web app via http://http://127.0.0.1:5000/

About

Mozilla Tunisia slides

http://slides.mozilla-tunisia.org


Languages

Language:JavaScript 92.5%Language:Python 3.9%Language:CSS 3.6%