A test environment for building dynamic webpages for the makerspace.
Dependencies
- Python3
- flask
- flask_sqlalchemy
- flask_api
Install
- Make sure dependencies are installed
- Linux
- apt-get install python3
- pip3 install flask flask_sqlalchemy flask_api
- Linux
- Clone repository
- git clone [email protected]:MakeICT/Webpages
- Pull submodules
- git submodule update --init